電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.11.0
1.11.0(20250823版) - update Japan

電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.11.0 - Local Development build (v1.11.0(20250823版)) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: JP_Observation_LabResult_eCS - Detailed Descriptions

Active as of 2025-01-11

Definitions for the JP-Observation-LabResult-eCS resource profile.

Guidance on how to interpret the contents of this table can be foundhere

0. Observation
Definition

診療情報における検体検査結果/感染症検体検査結果の格納に使用する


患者、デバイス、またはその他の主題について行われた測定と簡単な主張。 / Measurements and simple assertions made about a patient, device or other subject.

Short診療情報における検体検査結果/感染症検体検査結果の格納に使用する測定と簡単なアサーション / Measurements and simple assertions
Comments

このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。


デバイスの測定、実験室の原子結果、バイタルサイン、身長、体重、喫煙状況、コメントなどの単純な観測に使用されます。その他のリソースは、実験室レポートなどの観察のコンテキストを提供するために使用されます。 / Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

Control0..*
Is Modifierfalse
Summaryfalse
Alternate NamesVital Signs, Measurement, Results, Tests
Invariantsdom-2: リソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.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-4: リソースが別のリソースに含まれている場合、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-5: 別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: リソースには、堅牢な管理のための叙述(Narative)が存在することが望ましい / A resource should have narrative for robust management (text.`div`.exists())
obs-6: dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
obs-7: Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present (value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty())
needs-performer-on-CLINS: 注意喚起:このリソースでは、電子カルテ情報共有サービスの5情報送信の場合にはperformerが必要であるが存在しません。CLINS送信でなければ問題ありません。 (performer.exists())
referenceRangeLowUnits-isSameAs-resultValueUnits: 基準値lowの単位情報は検査結果値の単位情報と完全に同一でなければならない。 (((referenceRange.low.unit.exists() implies (value.ofType(Quantity).unit.exists() and (value.ofType(Quantity).unit = referenceRange.low.unit))) and (referenceRange.low.code.exists() implies (value.ofType(Quantity).code.exists() and (value.ofType(Quantity).code = referenceRange.low.code)))))
referenceRangeHighUnits-isSameAs-resultValueUnits: 基準値highの単位情報は検査結果値の単位情報と完全に同一でなければならない。 (((referenceRange.high.unit.exists() implies (value.ofType(Quantity).unit.exists() and (value.ofType(Quantity).unit = referenceRange.high.unit))) and (referenceRange.high.code.exists() implies (value.ofType(Quantity).code.exists() and (value.ofType(Quantity).code = referenceRange.high.code)))))
warn-localCode-observation-laboresult: 注意喚起:このリソースでは、電子カルテ情報共有サービスの5情報送信の場合にはObservation.code.codingにローカルコード記述が必要であるが存在していません。CLINS送信でなければ問題ありません。 (code.coding.where(system ='http://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS').exists())
obs-6: dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
obs-7: Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present (value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty())
2. Observation.meta
Definition

リソースに関するMetadata。これは、インフラストラクチャによって維持されるコンテンツです。コンテンツの変更は、常にリソースのバージョンの変更に関連付けられているとは限りません。 / The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Shortリソースに関するMetadata / Metadata about the resource
Control10..1
TypeMeta
Is Modifierfalse
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Observation.meta.versionId
Definition

バージョン固有の識別子


URLのバージョン部分に表示されるバージョン固有のidentifier。この値は、リソースが作成、更新、または削除された場合に変更されます。

Shortバージョン固有の識別子バージョン固有のidentifier (Baajon koyū no shikibetsu-shi)
Comments

サーバーがこの値を割り当て、クライアントが指定した値を無視する。ただし、サーバーが更新/削除時にバージョンの整合性を強制する場合を除く。

Control0..1
Typeid
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
6. Observation.meta.lastUpdated
Definition

このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00


リソースが最後に変更されたとき - 例えば、バージョンが変更されたとき。

Shortこのリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00リソースのバージョンが最後に変更されたとき
Comments

この要素は、このリソースのデータを取り込んで蓄積していたシステムが、このリソースになんらかの変更があった可能性があった日時を取得し、このデータを再取り込みする必要性の判断をするために使われる。本要素に前回取り込んだ時点より後の日時が設定されている場合には、なんらかの変更があった可能性がある(変更がない場合もある)ものとして判断される。したがって、内容になんらかの変更があった場合、またはこのリソースのデータが初めて作成された場合には、その時点以降の日時(たとえば、このリソースのデータを作成した日時)を設定しなければならない。内容の変更がない場合でも、このリソースのデータが作り直された場合や単に複写された場合にその日時を設定しなおしてもよい。ただし、内容に変更がないのであれば、日時を変更しなくてもよい。また、この要素の変更とmeta.versionIdの変更とは、必ずしも連動しないことがある。


この値はリソースが初めて作成される場合を除いて常に設定されています。サーバー/リソースマネージャーがこの値を設定します。クライアントが提供する値は関係ありません。これはHTTP Last-Modifiedに相当し、readのインタラクションで同じ値を持つべきです。

Control10..1
Typeinstant
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
8. Observation.meta.profile
Definition

本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS|x.y.z を設定する。


このリソースが準拠すると主張する StructureDefinition リソースに関するプロファイルのリストです。URL は StructureDefinition.url への参照です。

Short本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS|x.y.z を設定する。このリソースが適合を主張するプロファイル
Comments

これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。

Control10..*
Typecanonical(StructureDefinition)
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
10. Observation.meta.tag
Definition

電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。


このリソースに適用されるタグです。タグは、リソースをプロセスやワークフローに識別し、関連付けるために使用することが意図されており、アプリケーションはリソースの意味を解釈する際にタグを考慮する必要はありません。

Short電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。このリソースに適用されたタグ
Comments

リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

Control0..*
TypeCoding
Is Modifierfalse
Summarytrue
Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
SlicingThis element introduces a set of slices on Observation.meta.tag. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ system
  • 12. Observation.meta.tag:lts
    Slice Namelts
    Definition

    電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。


    このリソースに適用されるタグです。タグは、リソースをプロセスやワークフローに識別し、関連付けるために使用することが意図されており、アプリケーションはリソースの意味を解釈する際にタグを考慮する必要はありません。

    Short電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。このリソースに適用されたタグ
    Comments

    リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

    Control0..1*
    TypeCoding
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
    14. Observation.meta.tag:lts.id
    Definition

    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

    Short要素間参照のための一意のID / Unique id for inter-element referencing
    Control0..01
    Typestring
    Is Modifierfalse
    XML FormatIn the XML format, this property is represented as an attribute.
    Summaryfalse
    16. Observation.meta.tag:lts.extension
    Definition

    An Extension


    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

    ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
    Comments

    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..0*
    TypeExtension
    Is Modifierfalse
    Summaryfalse
    Alternate Namesextensions, user content
    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
    SlicingThis element introduces a set of slices on Observation.meta.tag.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • value @ url
    • 18. Observation.meta.tag:lts.system
      Definition

      固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。


      コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

      Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。用語システムのアイデンティティ / Identity of the terminology system
      Comments

      uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

      Control10..1
      Typeuri
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supporttrue
      Summarytrue
      Requirements

      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication
      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      20. Observation.meta.tag:lts.version
      Definition

      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
      Comments

      用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

      NoteThis is a business version Id, not a resource version Id (see discussion)
      Control0..01
      Typestring
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summarytrue
      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      22. Observation.meta.tag:lts.code
      Definition

      長期保存フラグ 固定値 LTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)


      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

      Short長期保存フラグ 固定値 LTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)システムによって定義された構文のシンボル / Symbol in syntax defined by the system
      Control10..1
      BindingThe codes SHALL be taken from For codes, see 長期保存のためのフラグコード valueSet
      (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_lts_indication)
      Typecode
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supporttrue
      Summarytrue
      Requirements

      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

      Pattern ValueLTS
      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      24. Observation.meta.tag:lts.userSelected
      Definition

      このコーディングがユーザーによって直接選択されたことを示します。利用可能なアイテムのピックリスト(コードまたはディスプレイ)。 / Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
      Comments

      一連の代替案の中で、直接選択されたコードが新しい翻訳の最も適切な出発点です。この要素の使用とその結果をより完全に明確にするためには、「直接選択された」ことについては曖昧さがあり、取引パートナー契約が必要になる場合があります。 / Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

      Control0..01
      Typeboolean
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summarytrue
      Requirements

      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      26. Observation.implicitRules
      Definition

      リソースが構築されたときに従った一連のルールへの参照。コンテンツの処理時に理解する必要があります。多くの場合、これは他のプロファイルなどとともに特別なルールを定義する実装ガイドへの参照です。 / A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

      Shortこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
      Comments

      このルールセットを主張することは、コンテンツが限られた取引パートナーのセットによってのみ理解されることを制限します。これにより、本質的に長期的にデータの有用性が制限されます。ただし、既存の健康エコシステムは非常に破壊されており、一般的に計算可能な意味でデータを定義、収集、交換する準備ができていません。可能な限り、実装者や仕様ライターはこの要素の使用を避ける必要があります。多くの場合、使用する場合、URLは、これらの特別なルールを他のプロファイル、バリューセットなどとともに叙述(Narative)の一部として定義する実装ガイドへの参照です。 / Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

      Control0..1
      Typeuri
      Is Modifiertrue because 暗黙のルールは、意味または解釈を変更するリソースに関する追加の知識を提供する可能性があるため、この要素は修飾子としてラベル付けされています。 / This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Summarytrue
      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      28. Observation.contained
      Definition

      これらのリソースには、それらを含むリソースを除いて独立した存在はありません - 独立して特定することはできず、独自の独立したトランザクションスコープを持つこともできません。 / These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

      Shortインラインリソースが含まれています / Contained, inline Resources
      Comments

      識別が失われると、コンテンツを適切に識別できる場合は、これを行うべきではありません。含まれるリソースには、メタ要素にプロファイルとタグがある場合がありますが、セキュリティラベルはありません。 / This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

      Control0..*
      TypeResource
      Is Modifierfalse
      Summaryfalse
      Alternate Namesinline resources, anonymous resources, contained resources
      SlicingThis element introduces a set of slices on Observation.contained. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • profile @ $this
      • 30. Observation.contained:encounter
        Slice Nameencounter
        Definition

        【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース


        これらのリソースには、それらを含むリソースを除いて独立した存在はありません - 独立して特定することはできず、独自の独立したトランザクションスコープを持つこともできません。 / These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

        Short【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソースインラインリソースが含まれています / Contained, inline Resources
        Comments

        電子カルテ情報共有サービスでは必須。encounter要素から参照される場合には、そのJP_Encounterリソースの実体。JP_Encounterリソースにおける必要最小限の要素だけが含まれればよい。ここで埋め込まれるJP_Encounterリソースでは、Encounter.classにこの情報を記録したときの受診情報(入外区分など)を記述して使用する。


        識別が失われると、コンテンツを適切に識別できる場合は、これを行うべきではありません。含まれるリソースには、メタ要素にプロファイルとタグがある場合がありますが、セキュリティラベルはありません。 / This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

        Control0..1*
        TypeEncounterResource(JP Core Encounter Profile, JP_Encounter-eCS)
        Is Modifierfalse
        Must Supporttrue
        Must Support TypesNo must-support rules about the choice of types/profiles
        Summaryfalse
        Alternate NamesVisit, inline resources, anonymous resources, contained resources
        32. Observation.contained:specimen
        Slice Namespecimen
        Definition

        検体材料情報をコンパクトに格納したSpecimenリソース


        これらのリソースには、それらを含むリソースを除いて独立した存在はありません - 独立して特定することはできず、独自の独立したトランザクションスコープを持つこともできません。 / These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

        Short検体材料情報をコンパクトに格納したSpecimenリソースインラインリソースが含まれています / Contained, inline Resources
        Comments

        specimen要素から参照される場合には、そのJP_Organizationリソースの実体。JP_Organizationリソースにおける必要最小限の要素だけが含まれればよい。specimen要素ではContainedリソースを参照する方法ではなくspecimen要素に検体材料名だけを記述することもできるので、その場合にはこのContainedリソースは不要。


        識別が失われると、コンテンツを適切に識別できる場合は、これを行うべきではありません。含まれるリソースには、メタ要素にプロファイルとタグがある場合がありますが、セキュリティラベルはありません。 / This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

        Control0..1*
        TypeSpecimenResource(JP_Specimen)
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Alternate Namesinline resources, anonymous resources, contained resources
        34. Observation.contained:performer
        Slice Nameperformer
        Definition

        【電子カルテ情報共有サービス(5情報送信)では必須】検査オーダを作成したときの作成医療者情報をコンパクトに格納したPractitionerリソース


        これらのリソースには、それらを含むリソースを除いて独立した存在はありません - 独立して特定することはできず、独自の独立したトランザクションスコープを持つこともできません。 / These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

        Short【電子カルテ情報共有サービス(5情報送信)では必須】検査オーダを作成したときの作成医療者情報をコンパクトに格納したPractitionerリソースインラインリソースが含まれています / Contained, inline Resources
        Comments

        performer要素から参照される場合には、そのJP_Practitionerリソースの実体。JP_Practitionerリソースにおける必要最小限の要素、医療者識別情報だけが含まれればよい。電子カルテ情報サービスでは必須。


        識別が失われると、コンテンツを適切に識別できる場合は、これを行うべきではありません。含まれるリソースには、メタ要素にプロファイルとタグがある場合がありますが、セキュリティラベルはありません。 / This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

        Control0..1*
        TypePractitionerResource(JP Core Practitioner Profile)
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Alternate Namesinline resources, anonymous resources, contained resources
        36. Observation.contained:order
        Slice Nameorder
        Definition

        診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース


        これらのリソースには、それらを含むリソースを除いて独立した存在はありません - 独立して特定することはできず、独自の独立したトランザクションスコープを持つこともできません。 / These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

        Short診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソースインラインリソースが含まれています / Contained, inline Resources
        Comments

        basedOn要素から参照される場合には、そのJP_ServiceRequestリソースの実体。JP_ServiceRequestリソースにおける必要最小限の要素だけが含まれればよい。


        識別が失われると、コンテンツを適切に識別できる場合は、これを行うべきではありません。含まれるリソースには、メタ要素にプロファイルとタグがある場合がありますが、セキュリティラベルはありません。 / This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

        Control0..1*
        TypeServiceRequestResource(JP_ServiceRequest)
        Is Modifierfalse
        Must Supporttrue
        Summaryfalse
        Alternate Namesdiagnostic request, referral, referral request, transfer of care request, inline resources, anonymous resources, contained resources
        38. Observation.extension
        Definition

        An Extension


        リソースの基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

        ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
        Comments

        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifierfalse
        Summaryfalse
        Alternate Namesextensions, user content
        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
        SlicingThis element introduces a set of slices on Observation.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • value @ url
        • 40. Observation.extension:eCS_InstitutionNumber
          Slice NameeCS_InstitutionNumber
          Definition

          【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した医療機関の識別番号を記述するために使用する拡張「eCS_InstitutionNumber」。 本情報は、ServiceRequestの要素として記述することも可能であるが、その場合もこの拡張で記述することとする。

          Short【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した医療機関の識別番号を記述するために使用する拡張「eCS_InstitutionNumber」。 本情報は、ServiceRequestの要素として記述することも可能であるが、その場合もこの拡張で記述することとする。
          Comments

          電子カルテ情報サービスでは、この拡張による記述は必須。医療機関10桁番号を示すsystem値は"http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no"を使用する。

          Control0..1
          This element is affected by the following invariants: ele-1
          TypeExtension(JP eCS InstitutionNumber Extension) (Extension Type: Identifier)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          valid-value-institutionNumberExtension: 施設番号 valueIdentifier.value値は、2桁都道府県番号、1桁医療機関区分(1|2|3)、7桁保険医療機関番号の連結10桁とする。 (value.ofType(Identifier).value.matches('^[0-4][0-9][1-3][0-9]{7}$'))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          42. Observation.extension:eCS_InstitutionNumber.extension
          Definition

          An Extension


          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
          Comments

          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Summaryfalse
          Alternate Namesextensions, user content
          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
          SlicingThis element introduces a set of slices on Observation.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 44. Observation.extension:eCS_InstitutionNumber.url
            Definition

            拡張コードの定義のソース - 論理名またはURL。 / Source of the definition for the extension code - a logical name or a URL.

            Short拡張機能の意味を識別します / identifies the meaning of the extension
            Comments

            定義は、拡張性コードの計算可能または人間が読み取る可能性のある定義を直接指している場合があります。または、他の仕様で宣言されているように、論理的なURIである場合があります。定義は、拡張機能を定義する構造定義のURIでなければなりません。 / The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

            Control1..1
            Typeuri
            Is Modifierfalse
            XML FormatIn the XML format, this property is represented as an attribute.
            Summaryfalse
            Fixed Valuehttp://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber
            46. Observation.extension:eCS_InstitutionNumber.value[x]
            Definition

            作成発行した医療機関番号を設定する。


            拡張値の値 - データ型の制約付きセットの1つでなければなりません(リストの[拡張性](拡張性](拡張性。html)を参照)。 / Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

            Short作成発行した医療機関番号を設定する。拡張値の値 / Value of extension
            Control10..1
            TypeIdentifier, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            48. Observation.extension:eCS_InstitutionNumber.value[x].use
            Definition

            このidentifierの目的。 / The purpose of this identifier.

            Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
            Comments

            アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

            Control0..1
            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

            既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

            Typecode
            Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summarytrue
            Requirements

            特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            50. Observation.extension:eCS_InstitutionNumber.value[x].system
            Definition

            値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

            Shortidentifier値の名前空間 / The namespace for the identifier value
            Comments

            identifier。システムは常にケースに敏感です。 / Identifier.system is always case sensitive.

            Control10..1
            Typeuri
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summarytrue
            Requirements

            identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

            Fixed Valuehttp://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no
            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            52. Observation.extension:eCS_InstitutionNumber.value[x].value
            Definition

            医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)


            通常、identifierの部分はユーザーに関連し、システムのコンテキスト内で一意のユーザーに関連しています。 / The portion of the identifier typically relevant to the user and which is unique within the context of the system.

            Short医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)一意の値 / The value that is unique
            Comments

            値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

            Control10..1
            Typestring
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Must Supporttrue
            Summarytrue
            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            54. Observation.extension:eCS_Department
            Slice NameeCS_Department
            Definition

            【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した診療科または作成発行者の診療科情報を記述するために使用する拡張「eCS_Department」

            Short【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した診療科または作成発行者の診療科情報を記述するために使用する拡張「eCS_Department」
            Comments

            電子カルテ情報サービスでは、この拡張による記述は必須。コード化する場合には、JAMI(SS-MIX2) 診療科コード表のsystem値"http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment"を使用する。診療科を記述する場合には、そのコード化の有無に関わらずtext要素による記述は必須。

            Control0..1
            This element is affected by the following invariants: ele-1
            TypeExtension(JP eCS Department Extension) (Extension Type: CodeableConcept)
            Is Modifierfalse
            Must Supporttrue
            Summaryfalse
            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
            56. Observation.extension:eCS_Department.extension
            Definition

            An Extension


            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

            ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
            Comments

            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

            Control0..0*
            TypeExtension
            Is Modifierfalse
            Summaryfalse
            Alternate Namesextensions, user content
            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
            SlicingThis element introduces a set of slices on Observation.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 58. Observation.extension:eCS_Department.url
              Definition

              拡張コードの定義のソース - 論理名またはURL。 / Source of the definition for the extension code - a logical name or a URL.

              Short拡張機能の意味を識別します / identifies the meaning of the extension
              Comments

              定義は、拡張性コードの計算可能または人間が読み取る可能性のある定義を直接指している場合があります。または、他の仕様で宣言されているように、論理的なURIである場合があります。定義は、拡張機能を定義する構造定義のURIでなければなりません。 / The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

              Control1..1
              Typeuri
              Is Modifierfalse
              XML FormatIn the XML format, this property is represented as an attribute.
              Summaryfalse
              Fixed Valuehttp://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department
              60. Observation.extension:eCS_Department.value[x]
              Definition

              診療科コードと名称等を設定する。


              拡張値の値 - データ型の制約付きセットの1つでなければなりません(リストの[拡張性](拡張性](拡張性。html)を参照)。 / Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

              Short診療科コードと名称等を設定する。拡張値の値 / Value of extension
              Control10..1
              BindingThe codes SHOULD be taken from For codes, see JP Core Department SS-MIX ValueSet
              (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_Department_SsMix_VS)
              TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Summaryfalse
              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              62. Observation.extension:eCS_Department.value[x].text
              Definition

              データを入力したユーザー、および/またはユーザーの意図された意味を表すユーザーによって見られる/選択/発言された概念の人間の言語表現。 / A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

              Shortコンセプトの単純なテキスト表現 / Plain text representation of the concept
              Comments

              多くの場合、テキストはコーディングの1つの表示名と同じです。 / Very often the text is the same as a displayName of one of the codings.

              Control10..1
              Typestring
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Must Supporttrue
              Summarytrue
              Requirements

              用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              64. Observation.modifierExtension
              Definition

              リソースの基本的な定義の一部ではなく、それを含む要素の理解および/または含有要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

              モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

              Short無視できない拡張機能 / Extensions that cannot be ignored
              Comments

              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

              Control0..*
              TypeExtension
              Is Modifiertrue because モディファイア拡張は、それらを含むリソースの意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
              Summaryfalse
              Requirements

              修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

              Alternate Namesextensions, user content
              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
              66. Observation.identifier
              Definition

              このリソース情報の識別ID。


              この観察に割り当てられた一意のidentifier。 / A unique identifier assigned to this observation.

              Shortこのリソース情報の識別ID。観察のためのビジネスidentifier / Business Identifier for observation
              Comments

              リソース一意識別IDの仕様は、「診療情報・サマリー汎用リソース一意識別ID仕様」を参照のこと。

              NoteThis is a business identifier, not a resource identifier (see discussion)
              Control10..*
              TypeIdentifier
              Is Modifierfalse
              Must Supporttrue
              Summarytrue
              Requirements

              観測を区別し、参照することを可能にします。 / Allows observations to be distinguished and referenced.

              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              SlicingThis element introduces a set of slices on Observation.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ system
              • 68. Observation.identifier.use
                Definition

                この識別子の目的。


                このidentifierの目的。 / The purpose of this identifier.

                Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
                Comments

                アプリケーションは、identifierが一時的であると明示的に述べられない限り、永続的であると想定できる。


                アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                Control0..1
                BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

                Typecode
                Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Requirements

                特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                70. Observation.identifier:resourceIdentifier
                Slice NameresourceIdentifier
                Definition

                この検査項目に割り当てられた一意の識別子。リソースの識別子やシステム的なシーケンスではなく、ビジネスID。


                この観察に割り当てられた一意のidentifier。 / A unique identifier assigned to this observation.

                Short当該検査項目に対して、施設内で割り振られる一意の識別子観察のためのビジネスidentifier / Business Identifier for observation
                Comments

                【JP Core仕様】当該検査項目に対して、施設内で割り振られる一意の識別子があればそれを使用する。なければ次のルールを参考に一意となる識別子を生成し設定する。
                アプリケーション側のデータベースにおけるフィールド長の定義については、最低64バイトを確保すること。
                --- 参考 ---
                次の項目を順にセパレータ「(アンダースコア)」で連結し、 identifier.value に設定する。グループ項目でない場合など、該当コード/番号がない場合はセパレータを連続で連結する。各コードはローカルコードを使用し、必ず設定できること。
                 1.ORC-2(依頼者オーダ番号) SS-MIX2の15桁前ゼロ形式の番号
                 2.OBR-4(検査項目ID) 検査セットの識別コード
                 3.SPM-4(検体タイプ)
                 4.OBX-3(検査項目)
                 5.OBX-4(検査副ID)・・・オプション。必要に応じて使用。
                形式:[ORC-2]
                [OBR-4][SPM-4][OBX-3](_[OBX-4])

                NoteThis is a business identifier, not a resource identifier (see discussion)
                Control10..1*
                TypeIdentifier
                Is Modifierfalse
                Must Supporttrue
                Summarytrue
                Requirements

                観測を区別し、参照することを可能にします。 / Allows observations to be distinguished and referenced.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                72. Observation.identifier:resourceIdentifier.use
                Definition

                この識別子の目的。


                このidentifierの目的。 / The purpose of this identifier.

                Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
                Comments

                アプリケーションは、identifierが一時的であると明示的に述べられない限り、永続的であると想定できる。


                アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                Control0..1
                BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

                Typecode
                Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Requirements

                特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                74. Observation.identifier:resourceIdentifier.system
                Definition

                値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                Shortidentifier値の名前空間 / The namespace for the identifier value
                Comments

                リソース一意識別IDのsystem値は"http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier" を設定する。


                identifier。システムは常にケースに敏感です。 / Identifier.system is always case sensitive.

                Control10..1
                Typeuri
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Requirements

                identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                Pattern Valuehttp://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                76. Observation.identifier:resourceIdentifier.value
                Definition

                「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。


                通常、identifierの部分はユーザーに関連し、システムのコンテキスト内で一意のユーザーに関連しています。 / The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                Short「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。一意の値 / The value that is unique
                Comments

                値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                Control10..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supporttrue
                Summarytrue
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                78. Observation.basedOn
                Definition

                このプロファイルでは、検体検査オーダに関する情報。


                このイベントによって全体または一部に満たされる計画、提案、または命令。たとえば、薬物療法では、患者が分配される前に臨床検査を実施する必要がある場合があります。 / A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.

                ShortこのObservationが実施されることになった依頼や計画、提案に関する情報計画、提案、または命令を満たします / Fulfills plan, proposal or order
                Comments

                記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。

                Control0..1*
                TypeReference(JP_ServiceRequest, CarePlan, DeviceRequest, ImmunizationRecommendation, MedicationRequest, NutritionOrder, ServiceRequest)
                Is Modifierfalse
                Summarytrue
                Requirements

                イベントの許可を追跡し、提案/勧告が行われたかどうかを追跡することができます。 / Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.

                Alternate NamesFulfills
                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                80. Observation.status
                Definition

                検査結果値の状態。


                結果値のステータス。 / The status of the result value.

                Short結果の状態【詳細参照】登録|予備|ファイナル|修正 + / registered | preliminary | final | amended +
                Comments

                検査結果がある場合には、preliminary:暫定結果報告(このあとで本報告が予定される場合)、final:最終結果報告(このあと修正されることはもちろん事情によってはありうるが、この報告段階では確定結果として報告されている、corrected:定性報告(final報告を修正した、新しい結果が有効である)、のいずれかを使用する。検査結果がない場合には、registered : 結果未着、またはcancelled:検査中止(検体不良や検査機器エラーなどなんらかの原因で検査を実施しなかった、またはこの結果や検査実施が取り消されたので報告は取り消された、報告済みの以前の結果は無効である、間違っていたかもしれない)のどちらかを使用する。これら以外の状態コードは http://hl7.org/fhir/observation-status には定義されているが、意味的に紛らわしいので使わない。


                この要素は、リソースを現在有効ではないとマークするコードが含まれているため、修飾子としてラベル付けされています。 / This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

                Control1..1
                BindingThe codes SHALL be taken from ObservationStatushttp://hl7.org/fhir/ValueSet/observation-status|4.0.1
                (required to http://hl7.org/fhir/ValueSet/observation-status|4.0.1)

                観察のステータスを提供するコード。 / Codes providing the status of an observation.

                Typecode
                Is Modifiertrue because この要素は、リソースを有効として扱うべきではないことを意味するステータスに入力されたステータスを含むステータス要素であるため、修飾子としてラベル付けされています。 / This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supporttrue
                Summarytrue
                Requirements

                個々の結果のステータスを追跡する必要があります。レポート全体が最終決定される前に、いくつかの結果が確定します。 / Need to track the status of individual results. Some results are finalized before the whole report is finalized.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                82. Observation.category
                Definition

                検査結果カテゴリーのコード。system=http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS code="laboratory"


                行われている一般的なタイプの観測を分類するコード。 / A code that classifies the general type of observation being made.

                Short検査結果カテゴリーのコード。system=http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS code="laboratory"観察の種類の分類 / Classification of type of observation
                Comments

                階層的にカテゴリーを設定することで粒度のレベルを概念定義できる。


                必要なカテゴリバリューセットに加えて、この要素は、所有者のカテゴリの定義に基づいてさまざまな分類スキームを許可し、効果的に複数のカテゴリを一度に使用できます。粒度のレベルは、値セットのカテゴリの概念によって定義されます。 / In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.

                Control10..1*
                BindingThe codes SHOULD be taken from JP Core Simple Observation Category ValueSethttp://hl7.org/fhir/ValueSet/observation-category
                (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS)
                TypeCodeableConcept
                Is Modifierfalse
                Must Supporttrue
                Summaryfalse
                Requirements

                どの観測値が取得されて表示されるかをフィルタリングするために使用されます。 / Used for filtering what observations are retrieved and displayed.

                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                SlicingThis element introduces a set of slices on Observation.category. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ $this
                • 84. Observation.category:laboratory
                  Slice Namelaboratory
                  Definition

                  検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表から"laboratory"を設定する。


                  行われている一般的なタイプの観測を分類するコード。 / A code that classifies the general type of observation being made.

                  Short検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表から"laboratory"を設定する。観察の種類の分類 / Classification of type of observation
                  Comments

                  【JP Core仕様】推奨コード表「JP Core Simple Observation Category CodeSystem」より、このプロファイルでは「laboratory」固定とする。
                  (social-history | vital-signs | imaging | laboratory | procedure | survey | exam | therapy | activity)


                  必要なカテゴリバリューセットに加えて、この要素は、所有者のカテゴリの定義に基づいてさまざまな分類スキームを許可し、効果的に複数のカテゴリを一度に使用できます。粒度のレベルは、値セットのカテゴリの概念によって定義されます。 / In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.

                  Control10..1*
                  BindingThe codes SHALL be taken from The codes SHOULD be taken from JP Core Simple Observation Category ValueSethttp://hl7.org/fhir/ValueSet/observation-category
                  (required to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS)
                  TypeCodeableConcept
                  Is Modifierfalse
                  Summaryfalse
                  Requirements

                  どの観測値が取得されて表示されるかをフィルタリングするために使用されます。 / Used for filtering what observations are retrieved and displayed.

                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  86. Observation.category:laboratory.coding
                  Definition

                  コード化されたカテゴリー


                  用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                  Shortコード化されたカテゴリー用語システムによって定義されたコード / Code defined by a terminology system
                  Comments

                  【JP Core仕様】推奨コード表「JP Core Simple Observation Category CodeSystem」より、このプロファイルでは「laboratory」固定とする。


                  コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                  Control10..1*
                  TypeCoding
                  Is Modifierfalse
                  Summarytrue
                  Requirements

                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  88. Observation.category:laboratory.coding.system
                  Definition

                  検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表を使用する。


                  コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                  Short検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表を使用する。用語システムのアイデンティティ / Identity of the terminology system
                  Comments

                  uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                  Control10..1
                  Typeuri
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                  Fixed Valuehttp://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  90. Observation.category:laboratory.coding.code
                  Definition

                  検体検査を表すコード laboratory を設定する。


                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                  Short検体検査を表すコード laboratory を設定する。システムによって定義された構文のシンボル / Symbol in syntax defined by the system
                  Control10..1
                  Typecode
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Requirements

                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                  Fixed Valuelaboratory
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  92. Observation.code
                  Definition

                  検査項目のコードと名称


                  観察されたものについて説明します。時々、これは観察「名前」と呼ばれます。 / Describes what was observed. Sometimes this is called the observation "name".

                  ShortこのObservationの対象を特定するコード【詳細参照】観察の種類(コード /タイプ) / Type of observation (code / type)
                  Comments

                  JLAC10必須の項目と任意の項目がある。


                  すべて code-valueおよび存在する場合、component.code-component.valueペアを考慮する必要があります。観察の意味を正しく理解する必要があります。 / All code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingThe codes SHOULD be taken from For example codes, see JP Core Observation LabResult Code ValueSethttp://hl7.org/fhir/ValueSet/observation-codes
                  (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS)

                  MEDIS 臨床検査マスター


                  単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supporttrue
                  Summarytrue
                  Requirements

                  どのような観察が行われているかを知ることは、観察を理解するために不可欠です。 / Knowing what kind of observation is being made is essential to understanding the observation.

                  Alternate NamesName
                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  94. Observation.code.coding
                  Definition

                  検査項目のコード情報。All Slicesの多重度表示に関わらず、coding.system、coding.code、coding.displayはの正しい多重度は1..1である。(本ガイド生成過程の問題によりAll Slicesのこれらの多重度は0..1と表示されている)


                  用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                  Short検査項目のコード情報。All Slicesの多重度表示に関わらず、coding.system、coding.code、coding.displayはの正しい多重度は1..1である。(本ガイド生成過程の問題によりAll Slicesのこれらの多重度は0..1と表示されている)用語システムによって定義されたコード / Code defined by a terminology system
                  Comments

                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                  標準コード、ローカルコードの2つまで格納可。順不同。
                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                  コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                  Control10..*
                  TypeCoding
                  Is Modifierfalse
                  Must Supporttrue
                  Summarytrue
                  Requirements

                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  SlicingThis element introduces a set of slices on Observation.code.coding. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ system
                  • value @ display
                  • 96. Observation.code.coding.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    98. Observation.code.coding.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    100. Observation.code.coding.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    102. Observation.code.coding:jlac10LaboCode
                    Slice Namejlac10LaboCode
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    BindingThe codes SHALL be taken from For codes, see JP Core Observation LabResult Code ValueSet
                    (required to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS)
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    104. Observation.code.coding:jlac10LaboCode.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://medis.or.jp/CodeSystem/master-JLAC10-17digits
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    106. Observation.code.coding:jlac10LaboCode.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    108. Observation.code.coding:jlac10LaboCode.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    110. Observation.code.coding:jlac10LaboCode.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    112. Observation.code.coding:unCoded
                    Slice NameunCoded
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    114. Observation.code.coding:unCoded.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_Uncoded_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    116. Observation.code.coding:unCoded.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    118. Observation.code.coding:unCoded.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Fixed Value99999999999999999
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    120. Observation.code.coding:unCoded.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value未標準化コード項目(JLAC)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    122. Observation.code.coding:localLaboCode
                    Slice NamelocalLaboCode
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    124. Observation.code.coding:localLaboCode.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    126. Observation.code.coding:localLaboCode.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    128. Observation.code.coding:localLaboCode.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    130. Observation.code.coding:localLaboCode.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    132. Observation.code.coding:coreLaboJLAC10/tp
                    Slice NamecoreLaboJLAC10/tp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    134. Observation.code.coding:coreLaboJLAC10/tp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    136. Observation.code.coding:coreLaboJLAC10/tp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    138. Observation.code.coding:coreLaboJLAC10/tp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: TP ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    140. Observation.code.coding:coreLaboJLAC10/tp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueTP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    142. Observation.code.coding:coreLaboJLAC11/tp
                    Slice NamecoreLaboJLAC11/tp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    144. Observation.code.coding:coreLaboJLAC11/tp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    146. Observation.code.coding:coreLaboJLAC11/tp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    148. Observation.code.coding:coreLaboJLAC11/tp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: TP ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    150. Observation.code.coding:coreLaboJLAC11/tp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueTP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    152. Observation.code.coding:coreLaboJLAC10/alb
                    Slice NamecoreLaboJLAC10/alb
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    154. Observation.code.coding:coreLaboJLAC10/alb.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    156. Observation.code.coding:coreLaboJLAC10/alb.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    158. Observation.code.coding:coreLaboJLAC10/alb.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ALB ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alb_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    160. Observation.code.coding:coreLaboJLAC10/alb.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueALB
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    162. Observation.code.coding:coreLaboJLAC11/alb
                    Slice NamecoreLaboJLAC11/alb
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    164. Observation.code.coding:coreLaboJLAC11/alb.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    166. Observation.code.coding:coreLaboJLAC11/alb.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    168. Observation.code.coding:coreLaboJLAC11/alb.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ALB ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alb_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    170. Observation.code.coding:coreLaboJLAC11/alb.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueALB
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    172. Observation.code.coding:coreLaboJLAC10/ck
                    Slice NamecoreLaboJLAC10/ck
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    174. Observation.code.coding:coreLaboJLAC10/ck.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    176. Observation.code.coding:coreLaboJLAC10/ck.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    178. Observation.code.coding:coreLaboJLAC10/ck.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CK ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ck_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    180. Observation.code.coding:coreLaboJLAC10/ck.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCK
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    182. Observation.code.coding:coreLaboJLAC11/ck
                    Slice NamecoreLaboJLAC11/ck
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    184. Observation.code.coding:coreLaboJLAC11/ck.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    186. Observation.code.coding:coreLaboJLAC11/ck.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    188. Observation.code.coding:coreLaboJLAC11/ck.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CK ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ck_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    190. Observation.code.coding:coreLaboJLAC11/ck.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCK
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    192. Observation.code.coding:coreLaboJLAC10/ast
                    Slice NamecoreLaboJLAC10/ast
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    194. Observation.code.coding:coreLaboJLAC10/ast.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    196. Observation.code.coding:coreLaboJLAC10/ast.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    198. Observation.code.coding:coreLaboJLAC10/ast.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: AST ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ast_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    200. Observation.code.coding:coreLaboJLAC10/ast.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueAST
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    202. Observation.code.coding:coreLaboJLAC11/ast
                    Slice NamecoreLaboJLAC11/ast
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    204. Observation.code.coding:coreLaboJLAC11/ast.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    206. Observation.code.coding:coreLaboJLAC11/ast.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    208. Observation.code.coding:coreLaboJLAC11/ast.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: AST ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ast_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    210. Observation.code.coding:coreLaboJLAC11/ast.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueAST
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    212. Observation.code.coding:coreLaboJLAC10/alt
                    Slice NamecoreLaboJLAC10/alt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    214. Observation.code.coding:coreLaboJLAC10/alt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    216. Observation.code.coding:coreLaboJLAC10/alt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    218. Observation.code.coding:coreLaboJLAC10/alt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ALT ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    220. Observation.code.coding:coreLaboJLAC10/alt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueALT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    222. Observation.code.coding:coreLaboJLAC11/alt
                    Slice NamecoreLaboJLAC11/alt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    224. Observation.code.coding:coreLaboJLAC11/alt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    226. Observation.code.coding:coreLaboJLAC11/alt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    228. Observation.code.coding:coreLaboJLAC11/alt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ALT ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    230. Observation.code.coding:coreLaboJLAC11/alt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueALT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    232. Observation.code.coding:coreLaboJLAC10/ld
                    Slice NamecoreLaboJLAC10/ld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    234. Observation.code.coding:coreLaboJLAC10/ld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    236. Observation.code.coding:coreLaboJLAC10/ld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    238. Observation.code.coding:coreLaboJLAC10/ld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: LD ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    240. Observation.code.coding:coreLaboJLAC10/ld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueLD
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    242. Observation.code.coding:coreLaboJLAC11/ld
                    Slice NamecoreLaboJLAC11/ld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    244. Observation.code.coding:coreLaboJLAC11/ld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    246. Observation.code.coding:coreLaboJLAC11/ld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    248. Observation.code.coding:coreLaboJLAC11/ld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: LD ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    250. Observation.code.coding:coreLaboJLAC11/ld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueLD
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    252. Observation.code.coding:coreLaboJLAC10/alp
                    Slice NamecoreLaboJLAC10/alp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    254. Observation.code.coding:coreLaboJLAC10/alp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    256. Observation.code.coding:coreLaboJLAC10/alp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    258. Observation.code.coding:coreLaboJLAC10/alp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ALP ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    260. Observation.code.coding:coreLaboJLAC10/alp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueALP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    262. Observation.code.coding:coreLaboJLAC11/alp
                    Slice NamecoreLaboJLAC11/alp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    264. Observation.code.coding:coreLaboJLAC11/alp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    266. Observation.code.coding:coreLaboJLAC11/alp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    268. Observation.code.coding:coreLaboJLAC11/alp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ALP ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    270. Observation.code.coding:coreLaboJLAC11/alp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueALP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    272. Observation.code.coding:coreLaboJLAC10/ggt
                    Slice NamecoreLaboJLAC10/ggt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    274. Observation.code.coding:coreLaboJLAC10/ggt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    276. Observation.code.coding:coreLaboJLAC10/ggt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    278. Observation.code.coding:coreLaboJLAC10/ggt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: GGT ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    280. Observation.code.coding:coreLaboJLAC10/ggt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueGGT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    282. Observation.code.coding:coreLaboJLAC11/ggt
                    Slice NamecoreLaboJLAC11/ggt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    284. Observation.code.coding:coreLaboJLAC11/ggt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    286. Observation.code.coding:coreLaboJLAC11/ggt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    288. Observation.code.coding:coreLaboJLAC11/ggt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: GGT ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    290. Observation.code.coding:coreLaboJLAC11/ggt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueGGT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    292. Observation.code.coding:coreLaboJLAC10/che
                    Slice NamecoreLaboJLAC10/che
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    294. Observation.code.coding:coreLaboJLAC10/che.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    296. Observation.code.coding:coreLaboJLAC10/che.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    298. Observation.code.coding:coreLaboJLAC10/che.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ChE ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_che_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    300. Observation.code.coding:coreLaboJLAC10/che.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueChE
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    302. Observation.code.coding:coreLaboJLAC11/che
                    Slice NamecoreLaboJLAC11/che
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    304. Observation.code.coding:coreLaboJLAC11/che.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    306. Observation.code.coding:coreLaboJLAC11/che.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    308. Observation.code.coding:coreLaboJLAC11/che.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ChE ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_che_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    310. Observation.code.coding:coreLaboJLAC11/che.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueChE
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    312. Observation.code.coding:coreLaboJLAC10/amy
                    Slice NamecoreLaboJLAC10/amy
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    314. Observation.code.coding:coreLaboJLAC10/amy.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    316. Observation.code.coding:coreLaboJLAC10/amy.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    318. Observation.code.coding:coreLaboJLAC10/amy.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: AMY ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_amy_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    320. Observation.code.coding:coreLaboJLAC10/amy.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueAMY
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    322. Observation.code.coding:coreLaboJLAC11/amy
                    Slice NamecoreLaboJLAC11/amy
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    324. Observation.code.coding:coreLaboJLAC11/amy.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    326. Observation.code.coding:coreLaboJLAC11/amy.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    328. Observation.code.coding:coreLaboJLAC11/amy.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: AMY ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_amy_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    330. Observation.code.coding:coreLaboJLAC11/amy.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueAMY
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    332. Observation.code.coding:coreLaboJLAC10/cre
                    Slice NamecoreLaboJLAC10/cre
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    334. Observation.code.coding:coreLaboJLAC10/cre.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    336. Observation.code.coding:coreLaboJLAC10/cre.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    338. Observation.code.coding:coreLaboJLAC10/cre.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Cre ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cre_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    340. Observation.code.coding:coreLaboJLAC10/cre.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCre
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    342. Observation.code.coding:coreLaboJLAC11/cre
                    Slice NamecoreLaboJLAC11/cre
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    344. Observation.code.coding:coreLaboJLAC11/cre.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    346. Observation.code.coding:coreLaboJLAC11/cre.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    348. Observation.code.coding:coreLaboJLAC11/cre.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Cre ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cre_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    350. Observation.code.coding:coreLaboJLAC11/cre.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCre
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    352. Observation.code.coding:coreLaboJLAC10/cys-c
                    Slice NamecoreLaboJLAC10/cys-c
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    354. Observation.code.coding:coreLaboJLAC10/cys-c.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    356. Observation.code.coding:coreLaboJLAC10/cys-c.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    358. Observation.code.coding:coreLaboJLAC10/cys-c.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Cys-C ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    360. Observation.code.coding:coreLaboJLAC10/cys-c.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCys-C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    362. Observation.code.coding:coreLaboJLAC11/cys-c
                    Slice NamecoreLaboJLAC11/cys-c
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    364. Observation.code.coding:coreLaboJLAC11/cys-c.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    366. Observation.code.coding:coreLaboJLAC11/cys-c.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    368. Observation.code.coding:coreLaboJLAC11/cys-c.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Cys-C ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    370. Observation.code.coding:coreLaboJLAC11/cys-c.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCys-C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    372. Observation.code.coding:coreLaboJLAC10/ua
                    Slice NamecoreLaboJLAC10/ua
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    374. Observation.code.coding:coreLaboJLAC10/ua.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    376. Observation.code.coding:coreLaboJLAC10/ua.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    378. Observation.code.coding:coreLaboJLAC10/ua.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: UA ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ua_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    380. Observation.code.coding:coreLaboJLAC10/ua.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueUA
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    382. Observation.code.coding:coreLaboJLAC11/ua
                    Slice NamecoreLaboJLAC11/ua
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    384. Observation.code.coding:coreLaboJLAC11/ua.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    386. Observation.code.coding:coreLaboJLAC11/ua.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    388. Observation.code.coding:coreLaboJLAC11/ua.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: UA ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ua_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    390. Observation.code.coding:coreLaboJLAC11/ua.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueUA
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    392. Observation.code.coding:coreLaboJLAC10/bun
                    Slice NamecoreLaboJLAC10/bun
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    394. Observation.code.coding:coreLaboJLAC10/bun.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    396. Observation.code.coding:coreLaboJLAC10/bun.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    398. Observation.code.coding:coreLaboJLAC10/bun.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: BUN ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bun_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    400. Observation.code.coding:coreLaboJLAC10/bun.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueBUN
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    402. Observation.code.coding:coreLaboJLAC11/bun
                    Slice NamecoreLaboJLAC11/bun
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    404. Observation.code.coding:coreLaboJLAC11/bun.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    406. Observation.code.coding:coreLaboJLAC11/bun.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    408. Observation.code.coding:coreLaboJLAC11/bun.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: BUN ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bun_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    410. Observation.code.coding:coreLaboJLAC11/bun.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueBUN
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    412. Observation.code.coding:coreLaboJLAC10/bg
                    Slice NamecoreLaboJLAC10/bg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    414. Observation.code.coding:coreLaboJLAC10/bg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    416. Observation.code.coding:coreLaboJLAC10/bg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    418. Observation.code.coding:coreLaboJLAC10/bg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: BG ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    420. Observation.code.coding:coreLaboJLAC10/bg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueBG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    422. Observation.code.coding:coreLaboJLAC11/bg
                    Slice NamecoreLaboJLAC11/bg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    424. Observation.code.coding:coreLaboJLAC11/bg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    426. Observation.code.coding:coreLaboJLAC11/bg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    428. Observation.code.coding:coreLaboJLAC11/bg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: BG ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    430. Observation.code.coding:coreLaboJLAC11/bg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueBG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    432. Observation.code.coding:coreLaboJLAC10/fbg
                    Slice NamecoreLaboJLAC10/fbg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    434. Observation.code.coding:coreLaboJLAC10/fbg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    436. Observation.code.coding:coreLaboJLAC10/fbg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    438. Observation.code.coding:coreLaboJLAC10/fbg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: FBG ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    440. Observation.code.coding:coreLaboJLAC10/fbg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueFBG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    442. Observation.code.coding:coreLaboJLAC11/fbg
                    Slice NamecoreLaboJLAC11/fbg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    444. Observation.code.coding:coreLaboJLAC11/fbg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    446. Observation.code.coding:coreLaboJLAC11/fbg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    448. Observation.code.coding:coreLaboJLAC11/fbg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: FBG ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    450. Observation.code.coding:coreLaboJLAC11/fbg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueFBG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    452. Observation.code.coding:coreLaboJLAC10/cbg
                    Slice NamecoreLaboJLAC10/cbg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    454. Observation.code.coding:coreLaboJLAC10/cbg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    456. Observation.code.coding:coreLaboJLAC10/cbg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    458. Observation.code.coding:coreLaboJLAC10/cbg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CBG ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    460. Observation.code.coding:coreLaboJLAC10/cbg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCBG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    462. Observation.code.coding:coreLaboJLAC11/cbg
                    Slice NamecoreLaboJLAC11/cbg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    464. Observation.code.coding:coreLaboJLAC11/cbg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    466. Observation.code.coding:coreLaboJLAC11/cbg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    468. Observation.code.coding:coreLaboJLAC11/cbg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CBG ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    470. Observation.code.coding:coreLaboJLAC11/cbg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCBG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    472. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp
                    Slice NamecoreLaboJLAC10/hba1c-ngsp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    474. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    476. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    478. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: HbA1c-NGSP ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    480. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHbA1c-NGSP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    482. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp
                    Slice NamecoreLaboJLAC11/hba1c-ngsp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    484. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    486. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    488. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: HbA1c-NGSP ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    490. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHbA1c-NGSP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    492. Observation.code.coding:coreLaboJLAC10/tg
                    Slice NamecoreLaboJLAC10/tg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    494. Observation.code.coding:coreLaboJLAC10/tg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    496. Observation.code.coding:coreLaboJLAC10/tg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    498. Observation.code.coding:coreLaboJLAC10/tg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: TG ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    500. Observation.code.coding:coreLaboJLAC10/tg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueTG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    502. Observation.code.coding:coreLaboJLAC11/tg
                    Slice NamecoreLaboJLAC11/tg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    504. Observation.code.coding:coreLaboJLAC11/tg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    506. Observation.code.coding:coreLaboJLAC11/tg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    508. Observation.code.coding:coreLaboJLAC11/tg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: TG ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    510. Observation.code.coding:coreLaboJLAC11/tg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueTG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    512. Observation.code.coding:coreLaboJLAC10/ftg
                    Slice NamecoreLaboJLAC10/ftg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    514. Observation.code.coding:coreLaboJLAC10/ftg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    516. Observation.code.coding:coreLaboJLAC10/ftg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    518. Observation.code.coding:coreLaboJLAC10/ftg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: 空腹時中性脂肪FTG ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    520. Observation.code.coding:coreLaboJLAC10/ftg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueFTG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    522. Observation.code.coding:coreLaboJLAC11/ftg
                    Slice NamecoreLaboJLAC11/ftg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    524. Observation.code.coding:coreLaboJLAC11/ftg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    526. Observation.code.coding:coreLaboJLAC11/ftg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    528. Observation.code.coding:coreLaboJLAC11/ftg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: 空腹時中性脂肪FTG ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    530. Observation.code.coding:coreLaboJLAC11/ftg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueFTG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    532. Observation.code.coding:coreLaboJLAC10/ctg
                    Slice NamecoreLaboJLAC10/ctg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    534. Observation.code.coding:coreLaboJLAC10/ctg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    536. Observation.code.coding:coreLaboJLAC10/ctg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    538. Observation.code.coding:coreLaboJLAC10/ctg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: 随時中性脂肪CTG ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    540. Observation.code.coding:coreLaboJLAC10/ctg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCTG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    542. Observation.code.coding:coreLaboJLAC11/ctg
                    Slice NamecoreLaboJLAC11/ctg
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    544. Observation.code.coding:coreLaboJLAC11/ctg.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    546. Observation.code.coding:coreLaboJLAC11/ctg.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    548. Observation.code.coding:coreLaboJLAC11/ctg.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: 随時中性脂肪CTG ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    550. Observation.code.coding:coreLaboJLAC11/ctg.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCTG
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    552. Observation.code.coding:coreLaboJLAC10/t-cho
                    Slice NamecoreLaboJLAC10/t-cho
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    554. Observation.code.coding:coreLaboJLAC10/t-cho.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    556. Observation.code.coding:coreLaboJLAC10/t-cho.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    558. Observation.code.coding:coreLaboJLAC10/t-cho.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: T-CHO ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    560. Observation.code.coding:coreLaboJLAC10/t-cho.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueT-CHO
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    562. Observation.code.coding:coreLaboJLAC11/t-cho
                    Slice NamecoreLaboJLAC11/t-cho
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    564. Observation.code.coding:coreLaboJLAC11/t-cho.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    566. Observation.code.coding:coreLaboJLAC11/t-cho.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    568. Observation.code.coding:coreLaboJLAC11/t-cho.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: T-CHO ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    570. Observation.code.coding:coreLaboJLAC11/t-cho.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueT-CHO
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    572. Observation.code.coding:coreLaboJLAC10/hdl-c
                    Slice NamecoreLaboJLAC10/hdl-c
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    574. Observation.code.coding:coreLaboJLAC10/hdl-c.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    576. Observation.code.coding:coreLaboJLAC10/hdl-c.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    578. Observation.code.coding:coreLaboJLAC10/hdl-c.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: HDL-C ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    580. Observation.code.coding:coreLaboJLAC10/hdl-c.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHDL-C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    582. Observation.code.coding:coreLaboJLAC11/hdl-c
                    Slice NamecoreLaboJLAC11/hdl-c
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    584. Observation.code.coding:coreLaboJLAC11/hdl-c.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    586. Observation.code.coding:coreLaboJLAC11/hdl-c.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    588. Observation.code.coding:coreLaboJLAC11/hdl-c.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: HDL-C ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    590. Observation.code.coding:coreLaboJLAC11/hdl-c.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHDL-C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    592. Observation.code.coding:coreLaboJLAC10/ldl-c
                    Slice NamecoreLaboJLAC10/ldl-c
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    594. Observation.code.coding:coreLaboJLAC10/ldl-c.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    596. Observation.code.coding:coreLaboJLAC10/ldl-c.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    598. Observation.code.coding:coreLaboJLAC10/ldl-c.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: LDL-C ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    600. Observation.code.coding:coreLaboJLAC10/ldl-c.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueLDL-C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    602. Observation.code.coding:coreLaboJLAC11/ldl-c
                    Slice NamecoreLaboJLAC11/ldl-c
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    604. Observation.code.coding:coreLaboJLAC11/ldl-c.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    606. Observation.code.coding:coreLaboJLAC11/ldl-c.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    608. Observation.code.coding:coreLaboJLAC11/ldl-c.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: LDL-C ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    610. Observation.code.coding:coreLaboJLAC11/ldl-c.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueLDL-C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    612. Observation.code.coding:coreLaboJLAC10/na
                    Slice NamecoreLaboJLAC10/na
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    614. Observation.code.coding:coreLaboJLAC10/na.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    616. Observation.code.coding:coreLaboJLAC10/na.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    618. Observation.code.coding:coreLaboJLAC10/na.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Na ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_na_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    620. Observation.code.coding:coreLaboJLAC10/na.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueNa
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    622. Observation.code.coding:coreLaboJLAC11/na
                    Slice NamecoreLaboJLAC11/na
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    624. Observation.code.coding:coreLaboJLAC11/na.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    626. Observation.code.coding:coreLaboJLAC11/na.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    628. Observation.code.coding:coreLaboJLAC11/na.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Na ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_na_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    630. Observation.code.coding:coreLaboJLAC11/na.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueNa
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    632. Observation.code.coding:coreLaboJLAC10/k
                    Slice NamecoreLaboJLAC10/k
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    634. Observation.code.coding:coreLaboJLAC10/k.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    636. Observation.code.coding:coreLaboJLAC10/k.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    638. Observation.code.coding:coreLaboJLAC10/k.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: K ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_k_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    640. Observation.code.coding:coreLaboJLAC10/k.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueK
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    642. Observation.code.coding:coreLaboJLAC11/k
                    Slice NamecoreLaboJLAC11/k
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    644. Observation.code.coding:coreLaboJLAC11/k.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    646. Observation.code.coding:coreLaboJLAC11/k.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    648. Observation.code.coding:coreLaboJLAC11/k.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: K ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_k_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    650. Observation.code.coding:coreLaboJLAC11/k.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueK
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    652. Observation.code.coding:coreLaboJLAC10/cl
                    Slice NamecoreLaboJLAC10/cl
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    654. Observation.code.coding:coreLaboJLAC10/cl.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    656. Observation.code.coding:coreLaboJLAC10/cl.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    658. Observation.code.coding:coreLaboJLAC10/cl.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Cl ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cl_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    660. Observation.code.coding:coreLaboJLAC10/cl.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCl
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    662. Observation.code.coding:coreLaboJLAC11/cl
                    Slice NamecoreLaboJLAC11/cl
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    664. Observation.code.coding:coreLaboJLAC11/cl.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    666. Observation.code.coding:coreLaboJLAC11/cl.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    668. Observation.code.coding:coreLaboJLAC11/cl.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Cl ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cl_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    670. Observation.code.coding:coreLaboJLAC11/cl.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCl
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    672. Observation.code.coding:coreLaboJLAC10/ca
                    Slice NamecoreLaboJLAC10/ca
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    674. Observation.code.coding:coreLaboJLAC10/ca.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    676. Observation.code.coding:coreLaboJLAC10/ca.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    678. Observation.code.coding:coreLaboJLAC10/ca.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Ca ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ca_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    680. Observation.code.coding:coreLaboJLAC10/ca.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCa
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    682. Observation.code.coding:coreLaboJLAC11/ca
                    Slice NamecoreLaboJLAC11/ca
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    684. Observation.code.coding:coreLaboJLAC11/ca.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    686. Observation.code.coding:coreLaboJLAC11/ca.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    688. Observation.code.coding:coreLaboJLAC11/ca.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Ca ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ca_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    690. Observation.code.coding:coreLaboJLAC11/ca.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCa
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    692. Observation.code.coding:coreLaboJLAC10/t-bil
                    Slice NamecoreLaboJLAC10/t-bil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    694. Observation.code.coding:coreLaboJLAC10/t-bil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    696. Observation.code.coding:coreLaboJLAC10/t-bil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    698. Observation.code.coding:coreLaboJLAC10/t-bil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: T-Bil ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    700. Observation.code.coding:coreLaboJLAC10/t-bil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueT-Bil
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    702. Observation.code.coding:coreLaboJLAC11/t-bil
                    Slice NamecoreLaboJLAC11/t-bil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    704. Observation.code.coding:coreLaboJLAC11/t-bil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    706. Observation.code.coding:coreLaboJLAC11/t-bil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    708. Observation.code.coding:coreLaboJLAC11/t-bil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: T-Bil ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    710. Observation.code.coding:coreLaboJLAC11/t-bil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueT-Bil
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    712. Observation.code.coding:coreLaboJLAC10/d-bil
                    Slice NamecoreLaboJLAC10/d-bil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    714. Observation.code.coding:coreLaboJLAC10/d-bil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    716. Observation.code.coding:coreLaboJLAC10/d-bil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    718. Observation.code.coding:coreLaboJLAC10/d-bil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: D-Bil ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    720. Observation.code.coding:coreLaboJLAC10/d-bil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueD-Bil
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    722. Observation.code.coding:coreLaboJLAC11/d-bil
                    Slice NamecoreLaboJLAC11/d-bil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    724. Observation.code.coding:coreLaboJLAC11/d-bil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    726. Observation.code.coding:coreLaboJLAC11/d-bil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    728. Observation.code.coding:coreLaboJLAC11/d-bil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: D-Bil ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    730. Observation.code.coding:coreLaboJLAC11/d-bil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueD-Bil
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    732. Observation.code.coding:coreLaboJLAC10/wbc
                    Slice NamecoreLaboJLAC10/wbc
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    734. Observation.code.coding:coreLaboJLAC10/wbc.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    736. Observation.code.coding:coreLaboJLAC10/wbc.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    738. Observation.code.coding:coreLaboJLAC10/wbc.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: WBC ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    740. Observation.code.coding:coreLaboJLAC10/wbc.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueWBC
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    742. Observation.code.coding:coreLaboJLAC11/wbc
                    Slice NamecoreLaboJLAC11/wbc
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    744. Observation.code.coding:coreLaboJLAC11/wbc.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    746. Observation.code.coding:coreLaboJLAC11/wbc.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    748. Observation.code.coding:coreLaboJLAC11/wbc.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: WBC ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    750. Observation.code.coding:coreLaboJLAC11/wbc.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueWBC
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    752. Observation.code.coding:coreLaboJLAC10/rbc
                    Slice NamecoreLaboJLAC10/rbc
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    754. Observation.code.coding:coreLaboJLAC10/rbc.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    756. Observation.code.coding:coreLaboJLAC10/rbc.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    758. Observation.code.coding:coreLaboJLAC10/rbc.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: RBC ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    760. Observation.code.coding:coreLaboJLAC10/rbc.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueRBC
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    762. Observation.code.coding:coreLaboJLAC11/rbc
                    Slice NamecoreLaboJLAC11/rbc
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    764. Observation.code.coding:coreLaboJLAC11/rbc.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    766. Observation.code.coding:coreLaboJLAC11/rbc.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    768. Observation.code.coding:coreLaboJLAC11/rbc.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: RBC ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    770. Observation.code.coding:coreLaboJLAC11/rbc.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueRBC
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    772. Observation.code.coding:coreLaboJLAC10/hb
                    Slice NamecoreLaboJLAC10/hb
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    774. Observation.code.coding:coreLaboJLAC10/hb.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    776. Observation.code.coding:coreLaboJLAC10/hb.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    778. Observation.code.coding:coreLaboJLAC10/hb.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Hb ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hb_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    780. Observation.code.coding:coreLaboJLAC10/hb.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHb
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    782. Observation.code.coding:coreLaboJLAC11/hb
                    Slice NamecoreLaboJLAC11/hb
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    784. Observation.code.coding:coreLaboJLAC11/hb.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    786. Observation.code.coding:coreLaboJLAC11/hb.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    788. Observation.code.coding:coreLaboJLAC11/hb.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Hb ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hb_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    790. Observation.code.coding:coreLaboJLAC11/hb.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHb
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    792. Observation.code.coding:coreLaboJLAC10/plt
                    Slice NamecoreLaboJLAC10/plt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    794. Observation.code.coding:coreLaboJLAC10/plt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    796. Observation.code.coding:coreLaboJLAC10/plt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    798. Observation.code.coding:coreLaboJLAC10/plt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PLT ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_plt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    800. Observation.code.coding:coreLaboJLAC10/plt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePLT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    802. Observation.code.coding:coreLaboJLAC11/plt
                    Slice NamecoreLaboJLAC11/plt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    804. Observation.code.coding:coreLaboJLAC11/plt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    806. Observation.code.coding:coreLaboJLAC11/plt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    808. Observation.code.coding:coreLaboJLAC11/plt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PLT ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_plt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    810. Observation.code.coding:coreLaboJLAC11/plt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePLT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    812. Observation.code.coding:coreLaboJLAC10/aptt
                    Slice NamecoreLaboJLAC10/aptt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    814. Observation.code.coding:coreLaboJLAC10/aptt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    816. Observation.code.coding:coreLaboJLAC10/aptt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    818. Observation.code.coding:coreLaboJLAC10/aptt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: APTT ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    820. Observation.code.coding:coreLaboJLAC10/aptt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueAPTT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    822. Observation.code.coding:coreLaboJLAC11/aptt
                    Slice NamecoreLaboJLAC11/aptt
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    824. Observation.code.coding:coreLaboJLAC11/aptt.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    826. Observation.code.coding:coreLaboJLAC11/aptt.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    828. Observation.code.coding:coreLaboJLAC11/aptt.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: APTT ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    830. Observation.code.coding:coreLaboJLAC11/aptt.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueAPTT
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    832. Observation.code.coding:coreLaboJLAC10/pt-sec
                    Slice NamecoreLaboJLAC10/pt-sec
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    834. Observation.code.coding:coreLaboJLAC10/pt-sec.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    836. Observation.code.coding:coreLaboJLAC10/pt-sec.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    838. Observation.code.coding:coreLaboJLAC10/pt-sec.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-sec ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    840. Observation.code.coding:coreLaboJLAC10/pt-sec.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT-秒
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    842. Observation.code.coding:coreLaboJLAC11/pt-sec
                    Slice NamecoreLaboJLAC11/pt-sec
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    844. Observation.code.coding:coreLaboJLAC11/pt-sec.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    846. Observation.code.coding:coreLaboJLAC11/pt-sec.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    848. Observation.code.coding:coreLaboJLAC11/pt-sec.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-sec ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    850. Observation.code.coding:coreLaboJLAC11/pt-sec.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT-秒
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    852. Observation.code.coding:coreLaboJLAC10/pt-ratio
                    Slice NamecoreLaboJLAC10/pt-ratio
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    854. Observation.code.coding:coreLaboJLAC10/pt-ratio.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    856. Observation.code.coding:coreLaboJLAC10/pt-ratio.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    858. Observation.code.coding:coreLaboJLAC10/pt-ratio.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-ratio ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    860. Observation.code.coding:coreLaboJLAC10/pt-ratio.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT比
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    862. Observation.code.coding:coreLaboJLAC11/pt-ratio
                    Slice NamecoreLaboJLAC11/pt-ratio
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    864. Observation.code.coding:coreLaboJLAC11/pt-ratio.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    866. Observation.code.coding:coreLaboJLAC11/pt-ratio.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    868. Observation.code.coding:coreLaboJLAC11/pt-ratio.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-ratio ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    870. Observation.code.coding:coreLaboJLAC11/pt-ratio.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT比
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    872. Observation.code.coding:coreLaboJLAC10/pt-act
                    Slice NamecoreLaboJLAC10/pt-act
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    874. Observation.code.coding:coreLaboJLAC10/pt-act.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    876. Observation.code.coding:coreLaboJLAC10/pt-act.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    878. Observation.code.coding:coreLaboJLAC10/pt-act.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-act ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    880. Observation.code.coding:coreLaboJLAC10/pt-act.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT-活性%
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    882. Observation.code.coding:coreLaboJLAC11/pt-act
                    Slice NamecoreLaboJLAC11/pt-act
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    884. Observation.code.coding:coreLaboJLAC11/pt-act.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    886. Observation.code.coding:coreLaboJLAC11/pt-act.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    888. Observation.code.coding:coreLaboJLAC11/pt-act.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-act ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    890. Observation.code.coding:coreLaboJLAC11/pt-act.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT-活性%
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    892. Observation.code.coding:coreLaboJLAC10/pt-inr
                    Slice NamecoreLaboJLAC10/pt-inr
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    894. Observation.code.coding:coreLaboJLAC10/pt-inr.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    896. Observation.code.coding:coreLaboJLAC10/pt-inr.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    898. Observation.code.coding:coreLaboJLAC10/pt-inr.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-INR ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    900. Observation.code.coding:coreLaboJLAC10/pt-inr.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT-INR
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    902. Observation.code.coding:coreLaboJLAC11/pt-inr
                    Slice NamecoreLaboJLAC11/pt-inr
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    904. Observation.code.coding:coreLaboJLAC11/pt-inr.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    906. Observation.code.coding:coreLaboJLAC11/pt-inr.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    908. Observation.code.coding:coreLaboJLAC11/pt-inr.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: PT-INR ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    910. Observation.code.coding:coreLaboJLAC11/pt-inr.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValuePT-INR
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    912. Observation.code.coding:coreLaboJLAC10/dd
                    Slice NamecoreLaboJLAC10/dd
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    914. Observation.code.coding:coreLaboJLAC10/dd.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    916. Observation.code.coding:coreLaboJLAC10/dd.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    918. Observation.code.coding:coreLaboJLAC10/dd.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: DD ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    920. Observation.code.coding:coreLaboJLAC10/dd.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueDD
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    922. Observation.code.coding:coreLaboJLAC11/dd
                    Slice NamecoreLaboJLAC11/dd
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    924. Observation.code.coding:coreLaboJLAC11/dd.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    926. Observation.code.coding:coreLaboJLAC11/dd.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    928. Observation.code.coding:coreLaboJLAC11/dd.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: DD ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    930. Observation.code.coding:coreLaboJLAC11/dd.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueDD
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    932. Observation.code.coding:coreLaboJLAC10/dd-class
                    Slice NamecoreLaboJLAC10/dd-class
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    934. Observation.code.coding:coreLaboJLAC10/dd-class.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    936. Observation.code.coding:coreLaboJLAC10/dd-class.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    938. Observation.code.coding:coreLaboJLAC10/dd-class.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: DD-class ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    940. Observation.code.coding:coreLaboJLAC10/dd-class.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueDD-定性
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    942. Observation.code.coding:coreLaboJLAC11/dd-class
                    Slice NamecoreLaboJLAC11/dd-class
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    944. Observation.code.coding:coreLaboJLAC11/dd-class.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    946. Observation.code.coding:coreLaboJLAC11/dd-class.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    948. Observation.code.coding:coreLaboJLAC11/dd-class.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: DD ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    950. Observation.code.coding:coreLaboJLAC11/dd-class.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueDD-定性
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    952. Observation.code.coding:coreLaboJLAC10/utp
                    Slice NamecoreLaboJLAC10/utp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    954. Observation.code.coding:coreLaboJLAC10/utp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    956. Observation.code.coding:coreLaboJLAC10/utp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    958. Observation.code.coding:coreLaboJLAC10/utp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-TP 尿蛋⽩(定性)ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    960. Observation.code.coding:coreLaboJLAC10/utp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-TP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    962. Observation.code.coding:coreLaboJLAC11/utp
                    Slice NamecoreLaboJLAC11/utp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    964. Observation.code.coding:coreLaboJLAC11/utp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    966. Observation.code.coding:coreLaboJLAC11/utp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    968. Observation.code.coding:coreLaboJLAC11/utp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-TP 尿蛋⽩(定性)ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    970. Observation.code.coding:coreLaboJLAC11/utp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-TP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    972. Observation.code.coding:coreLaboJLAC10/utp-HalfQty
                    Slice NamecoreLaboJLAC10/utp-HalfQty
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    974. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    976. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    978. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-TP-半定量 ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    980. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-TP-半定量
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    982. Observation.code.coding:coreLaboJLAC11/utp-HalfQty
                    Slice NamecoreLaboJLAC11/utp-HalfQty
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    984. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    986. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    988. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-TP-半定量 ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    990. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-TP-半定量
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    992. Observation.code.coding:coreLaboJLAC10/u-glu
                    Slice NamecoreLaboJLAC10/u-glu
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    994. Observation.code.coding:coreLaboJLAC10/u-glu.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    996. Observation.code.coding:coreLaboJLAC10/u-glu.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    998. Observation.code.coding:coreLaboJLAC10/u-glu.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Glu 尿糖(定性)ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1000. Observation.code.coding:coreLaboJLAC10/u-glu.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Glu
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1002. Observation.code.coding:coreLaboJLAC11/u-glu
                    Slice NamecoreLaboJLAC11/u-glu
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1004. Observation.code.coding:coreLaboJLAC11/u-glu.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1006. Observation.code.coding:coreLaboJLAC11/u-glu.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1008. Observation.code.coding:coreLaboJLAC11/u-glu.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Glu 尿糖(定性)ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1010. Observation.code.coding:coreLaboJLAC11/u-glu.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Glu
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1012. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty
                    Slice NamecoreLaboJLAC10/u-glu-HalfQty
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1014. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1016. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1018. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Glu-HalfQty 尿糖(半定量)  ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1020. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Glu-半定量
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1022. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty
                    Slice NamecoreLaboJLAC11/u-glu-HalfQty
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1024. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1026. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1028. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Glu-HalfQty 尿糖(半定量)  ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1030. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Glu-半定量
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1032. Observation.code.coding:coreLaboJLAC10/u-bld
                    Slice NamecoreLaboJLAC10/u-bld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1034. Observation.code.coding:coreLaboJLAC10/u-bld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1036. Observation.code.coding:coreLaboJLAC10/u-bld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1038. Observation.code.coding:coreLaboJLAC10/u-bld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Bld ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1040. Observation.code.coding:coreLaboJLAC10/u-bld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Bld
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1042. Observation.code.coding:coreLaboJLAC11/u-bld
                    Slice NamecoreLaboJLAC11/u-bld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1044. Observation.code.coding:coreLaboJLAC11/u-bld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1046. Observation.code.coding:coreLaboJLAC11/u-bld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1048. Observation.code.coding:coreLaboJLAC11/u-bld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Bld ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1050. Observation.code.coding:coreLaboJLAC11/u-bld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Bld
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1052. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty
                    Slice NamecoreLaboJLAC10/u-bld-HalfQty
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1054. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1056. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1058. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Bld-半定量 ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1060. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Bld-半定量
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1062. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty
                    Slice NamecoreLaboJLAC11/u-bld-HalfQty
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1064. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1066. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1068. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-Bld-半定量 ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1070. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-Bld-半定量
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1072. Observation.code.coding:coreLaboJLAC10/u-pc
                    Slice NamecoreLaboJLAC10/u-pc
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1074. Observation.code.coding:coreLaboJLAC10/u-pc.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1076. Observation.code.coding:coreLaboJLAC10/u-pc.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1078. Observation.code.coding:coreLaboJLAC10/u-pc.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-P/C ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1080. Observation.code.coding:coreLaboJLAC10/u-pc.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-P/C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1082. Observation.code.coding:coreLaboJLAC11/u-pc
                    Slice NamecoreLaboJLAC11/u-pc
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1084. Observation.code.coding:coreLaboJLAC11/u-pc.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1086. Observation.code.coding:coreLaboJLAC11/u-pc.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1088. Observation.code.coding:coreLaboJLAC11/u-pc.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-P/C ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1090. Observation.code.coding:coreLaboJLAC11/u-pc.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-P/C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1092. Observation.code.coding:coreLaboJLAC10/u-ac
                    Slice NamecoreLaboJLAC10/u-ac
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1094. Observation.code.coding:coreLaboJLAC10/u-ac.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1096. Observation.code.coding:coreLaboJLAC10/u-ac.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1098. Observation.code.coding:coreLaboJLAC10/u-ac.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-A/C ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1100. Observation.code.coding:coreLaboJLAC10/u-ac.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-A/C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1102. Observation.code.coding:coreLaboJLAC11/u-ac
                    Slice NamecoreLaboJLAC11/u-ac
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1104. Observation.code.coding:coreLaboJLAC11/u-ac.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1106. Observation.code.coding:coreLaboJLAC11/u-ac.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1108. Observation.code.coding:coreLaboJLAC11/u-ac.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: U-A/C ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1110. Observation.code.coding:coreLaboJLAC11/u-ac.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueU-A/C
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1112. Observation.code.coding:coreLaboJLAC10/bnp
                    Slice NamecoreLaboJLAC10/bnp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1114. Observation.code.coding:coreLaboJLAC10/bnp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1116. Observation.code.coding:coreLaboJLAC10/bnp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1118. Observation.code.coding:coreLaboJLAC10/bnp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: BNP ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1120. Observation.code.coding:coreLaboJLAC10/bnp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueBNP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1122. Observation.code.coding:coreLaboJLAC11/bnp
                    Slice NamecoreLaboJLAC11/bnp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1124. Observation.code.coding:coreLaboJLAC11/bnp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1126. Observation.code.coding:coreLaboJLAC11/bnp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1128. Observation.code.coding:coreLaboJLAC11/bnp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: BNP ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1130. Observation.code.coding:coreLaboJLAC11/bnp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueBNP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1132. Observation.code.coding:coreLaboJLAC10/nt-probnp
                    Slice NamecoreLaboJLAC10/nt-probnp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1134. Observation.code.coding:coreLaboJLAC10/nt-probnp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1136. Observation.code.coding:coreLaboJLAC10/nt-probnp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1138. Observation.code.coding:coreLaboJLAC10/nt-probnp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: NT-proBNP ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1140. Observation.code.coding:coreLaboJLAC10/nt-probnp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueNT-proBNP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1142. Observation.code.coding:coreLaboJLAC11/nt-probnp
                    Slice NamecoreLaboJLAC11/nt-probnp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1144. Observation.code.coding:coreLaboJLAC11/nt-probnp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1146. Observation.code.coding:coreLaboJLAC11/nt-probnp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1148. Observation.code.coding:coreLaboJLAC11/nt-probnp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: NT-proBNP ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1150. Observation.code.coding:coreLaboJLAC11/nt-probnp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueNT-proBNP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1152. Observation.code.coding:coreLaboJLAC10/crp
                    Slice NamecoreLaboJLAC10/crp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1154. Observation.code.coding:coreLaboJLAC10/crp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1156. Observation.code.coding:coreLaboJLAC10/crp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1158. Observation.code.coding:coreLaboJLAC10/crp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CRP ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1160. Observation.code.coding:coreLaboJLAC10/crp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCRP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1162. Observation.code.coding:coreLaboJLAC11/crp
                    Slice NamecoreLaboJLAC11/crp
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1164. Observation.code.coding:coreLaboJLAC11/crp.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1166. Observation.code.coding:coreLaboJLAC11/crp.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1168. Observation.code.coding:coreLaboJLAC11/crp.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CRP ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1170. Observation.code.coding:coreLaboJLAC11/crp.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCRP
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1172. Observation.code.coding:coreLaboJLAC10/crp-class
                    Slice NamecoreLaboJLAC10/crp-class
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1174. Observation.code.coding:coreLaboJLAC10/crp-class.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1176. Observation.code.coding:coreLaboJLAC10/crp-class.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1178. Observation.code.coding:coreLaboJLAC10/crp-class.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CRP-class ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1180. Observation.code.coding:coreLaboJLAC10/crp-class.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCRP-class
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1182. Observation.code.coding:coreLaboJLAC11/crp-class
                    Slice NamecoreLaboJLAC11/crp-class
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1184. Observation.code.coding:coreLaboJLAC11/crp-class.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1186. Observation.code.coding:coreLaboJLAC11/crp-class.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1188. Observation.code.coding:coreLaboJLAC11/crp-class.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: CRP-class ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1190. Observation.code.coding:coreLaboJLAC11/crp-class.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueCRP-class
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1192. Observation.code.coding:coreLaboJLAC10/abo-bld
                    Slice NamecoreLaboJLAC10/abo-bld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1194. Observation.code.coding:coreLaboJLAC10/abo-bld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1196. Observation.code.coding:coreLaboJLAC10/abo-bld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1198. Observation.code.coding:coreLaboJLAC10/abo-bld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ABO-BLD ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1200. Observation.code.coding:coreLaboJLAC10/abo-bld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value血液型-ABO
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1202. Observation.code.coding:coreLaboJLAC11/abo-bld
                    Slice NamecoreLaboJLAC11/abo-bld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1204. Observation.code.coding:coreLaboJLAC11/abo-bld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1206. Observation.code.coding:coreLaboJLAC11/abo-bld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1208. Observation.code.coding:coreLaboJLAC11/abo-bld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: ABO-BLD ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1210. Observation.code.coding:coreLaboJLAC11/abo-bld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value血液型-ABO
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1212. Observation.code.coding:coreLaboJLAC10/rh-bld
                    Slice NamecoreLaboJLAC10/rh-bld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1214. Observation.code.coding:coreLaboJLAC10/rh-bld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1216. Observation.code.coding:coreLaboJLAC10/rh-bld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1218. Observation.code.coding:coreLaboJLAC10/rh-bld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Rh-BLD ValueSet (JLAC10)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1220. Observation.code.coding:coreLaboJLAC10/rh-bld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value血液型-Rh
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1222. Observation.code.coding:coreLaboJLAC11/rh-bld
                    Slice NamecoreLaboJLAC11/rh-bld
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1224. Observation.code.coding:coreLaboJLAC11/rh-bld.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1226. Observation.code.coding:coreLaboJLAC11/rh-bld.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1228. Observation.code.coding:coreLaboJLAC11/rh-bld.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS: Rh-BLD ValueSet (JLAC11)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1230. Observation.code.coding:coreLaboJLAC11/rh-bld.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value血液型-Rh
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1232. Observation.code.coding:infectionLaboJLAC10/stsqlresult
                    Slice NameinfectionLaboJLAC10/stsqlresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1234. Observation.code.coding:infectionLaboJLAC10/stsqlresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1236. Observation.code.coding:infectionLaboJLAC10/stsqlresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1238. Observation.code.coding:infectionLaboJLAC10/stsqlresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒STS(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1240. Observation.code.coding:infectionLaboJLAC10/stsqlresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒STS(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1242. Observation.code.coding:infectionLaboJLAC11/stsqlresult
                    Slice NameinfectionLaboJLAC11/stsqlresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1244. Observation.code.coding:infectionLaboJLAC11/stsqlresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1246. Observation.code.coding:infectionLaboJLAC11/stsqlresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1248. Observation.code.coding:infectionLaboJLAC11/stsqlresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒STS(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1250. Observation.code.coding:infectionLaboJLAC11/stsqlresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒STS(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1252. Observation.code.coding:infectionLaboJLAC10/stsquant
                    Slice NameinfectionLaboJLAC10/stsquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1254. Observation.code.coding:infectionLaboJLAC10/stsquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1256. Observation.code.coding:infectionLaboJLAC10/stsquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1258. Observation.code.coding:infectionLaboJLAC10/stsquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒STS(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1260. Observation.code.coding:infectionLaboJLAC10/stsquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒STS(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1262. Observation.code.coding:infectionLaboJLAC11/stsquant
                    Slice NameinfectionLaboJLAC11/stsquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1264. Observation.code.coding:infectionLaboJLAC11/stsquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1266. Observation.code.coding:infectionLaboJLAC11/stsquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1268. Observation.code.coding:infectionLaboJLAC11/stsquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒STS(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1270. Observation.code.coding:infectionLaboJLAC11/stsquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒STS(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1272. Observation.code.coding:infectionLaboJLAC10/tpresult
                    Slice NameinfectionLaboJLAC10/tpresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1274. Observation.code.coding:infectionLaboJLAC10/tpresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1276. Observation.code.coding:infectionLaboJLAC10/tpresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1278. Observation.code.coding:infectionLaboJLAC10/tpresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1280. Observation.code.coding:infectionLaboJLAC10/tpresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1282. Observation.code.coding:infectionLaboJLAC11/tpresult
                    Slice NameinfectionLaboJLAC11/tpresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1284. Observation.code.coding:infectionLaboJLAC11/tpresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1286. Observation.code.coding:infectionLaboJLAC11/tpresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1288. Observation.code.coding:infectionLaboJLAC11/tpresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1290. Observation.code.coding:infectionLaboJLAC11/tpresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1292. Observation.code.coding:infectionLaboJLAC10/tpposcoi
                    Slice NameinfectionLaboJLAC10/tpposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1294. Observation.code.coding:infectionLaboJLAC10/tpposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1296. Observation.code.coding:infectionLaboJLAC10/tpposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1298. Observation.code.coding:infectionLaboJLAC10/tpposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定量、陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1300. Observation.code.coding:infectionLaboJLAC10/tpposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(定量、陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1302. Observation.code.coding:infectionLaboJLAC11/tpposcoi
                    Slice NameinfectionLaboJLAC11/tpposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1304. Observation.code.coding:infectionLaboJLAC11/tpposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1306. Observation.code.coding:infectionLaboJLAC11/tpposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1308. Observation.code.coding:infectionLaboJLAC11/tpposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定量、陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1310. Observation.code.coding:infectionLaboJLAC11/tpposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(定量、陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1312. Observation.code.coding:infectionLaboJLAC10/tphquant
                    Slice NameinfectionLaboJLAC10/tphquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1314. Observation.code.coding:infectionLaboJLAC10/tphquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1316. Observation.code.coding:infectionLaboJLAC10/tphquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1318. Observation.code.coding:infectionLaboJLAC10/tphquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(半定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1320. Observation.code.coding:infectionLaboJLAC10/tphquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(半定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1322. Observation.code.coding:infectionLaboJLAC11/tphquant
                    Slice NameinfectionLaboJLAC11/tphquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1324. Observation.code.coding:infectionLaboJLAC11/tphquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1326. Observation.code.coding:infectionLaboJLAC11/tphquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1328. Observation.code.coding:infectionLaboJLAC11/tphquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(半定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1330. Observation.code.coding:infectionLaboJLAC11/tphquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(半定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1332. Observation.code.coding:infectionLaboJLAC10/tpquant
                    Slice NameinfectionLaboJLAC10/tpquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1334. Observation.code.coding:infectionLaboJLAC10/tpquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1336. Observation.code.coding:infectionLaboJLAC10/tpquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1338. Observation.code.coding:infectionLaboJLAC10/tpquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1340. Observation.code.coding:infectionLaboJLAC10/tpquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1342. Observation.code.coding:infectionLaboJLAC11/tpquant
                    Slice NameinfectionLaboJLAC11/tpquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1344. Observation.code.coding:infectionLaboJLAC11/tpquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1346. Observation.code.coding:infectionLaboJLAC11/tpquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1348. Observation.code.coding:infectionLaboJLAC11/tpquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1350. Observation.code.coding:infectionLaboJLAC11/tpquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed Value梅毒TP抗体(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1352. Observation.code.coding:infectionLaboJLAC10/hbsagresult
                    Slice NameinfectionLaboJLAC10/hbsagresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1354. Observation.code.coding:infectionLaboJLAC10/hbsagresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1356. Observation.code.coding:infectionLaboJLAC10/hbsagresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1358. Observation.code.coding:infectionLaboJLAC10/hbsagresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1360. Observation.code.coding:infectionLaboJLAC10/hbsagresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1362. Observation.code.coding:infectionLaboJLAC11/hbsagresult
                    Slice NameinfectionLaboJLAC11/hbsagresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1364. Observation.code.coding:infectionLaboJLAC11/hbsagresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1366. Observation.code.coding:infectionLaboJLAC11/hbsagresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1368. Observation.code.coding:infectionLaboJLAC11/hbsagresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1370. Observation.code.coding:infectionLaboJLAC11/hbsagresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1372. Observation.code.coding:infectionLaboJLAC10/hbsagdil
                    Slice NameinfectionLaboJLAC10/hbsagdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1374. Observation.code.coding:infectionLaboJLAC10/hbsagdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1376. Observation.code.coding:infectionLaboJLAC10/hbsagdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1378. Observation.code.coding:infectionLaboJLAC10/hbsagdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1380. Observation.code.coding:infectionLaboJLAC10/hbsagdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1382. Observation.code.coding:infectionLaboJLAC11/hbsagdil
                    Slice NameinfectionLaboJLAC11/hbsagdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1384. Observation.code.coding:infectionLaboJLAC11/hbsagdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1386. Observation.code.coding:infectionLaboJLAC11/hbsagdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1388. Observation.code.coding:infectionLaboJLAC11/hbsagdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1390. Observation.code.coding:infectionLaboJLAC11/hbsagdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1392. Observation.code.coding:infectionLaboJLAC10/hbsagod
                    Slice NameinfectionLaboJLAC10/hbsagod
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1394. Observation.code.coding:infectionLaboJLAC10/hbsagod.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1396. Observation.code.coding:infectionLaboJLAC10/hbsagod.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1398. Observation.code.coding:infectionLaboJLAC10/hbsagod.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(吸光度)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1400. Observation.code.coding:infectionLaboJLAC10/hbsagod.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(吸光度)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1402. Observation.code.coding:infectionLaboJLAC11/hbsagod
                    Slice NameinfectionLaboJLAC11/hbsagod
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1404. Observation.code.coding:infectionLaboJLAC11/hbsagod.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1406. Observation.code.coding:infectionLaboJLAC11/hbsagod.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1408. Observation.code.coding:infectionLaboJLAC11/hbsagod.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(吸光度)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1410. Observation.code.coding:infectionLaboJLAC11/hbsagod.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(吸光度)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1412. Observation.code.coding:infectionLaboJLAC10/hbsagquant
                    Slice NameinfectionLaboJLAC10/hbsagquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1414. Observation.code.coding:infectionLaboJLAC10/hbsagquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1416. Observation.code.coding:infectionLaboJLAC10/hbsagquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1418. Observation.code.coding:infectionLaboJLAC10/hbsagquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1420. Observation.code.coding:infectionLaboJLAC10/hbsagquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1422. Observation.code.coding:infectionLaboJLAC11/hbsagquant
                    Slice NameinfectionLaboJLAC11/hbsagquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1424. Observation.code.coding:infectionLaboJLAC11/hbsagquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1426. Observation.code.coding:infectionLaboJLAC11/hbsagquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1428. Observation.code.coding:infectionLaboJLAC11/hbsagquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1430. Observation.code.coding:infectionLaboJLAC11/hbsagquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1432. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi
                    Slice NameinfectionLaboJLAC10/hbsagposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1434. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1436. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1438. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1440. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1442. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi
                    Slice NameinfectionLaboJLAC11/hbsagposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1444. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1446. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1448. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1450. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗原(陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1452. Observation.code.coding:infectionLaboJLAC10/hbsabresult
                    Slice NameinfectionLaboJLAC10/hbsabresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1454. Observation.code.coding:infectionLaboJLAC10/hbsabresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1456. Observation.code.coding:infectionLaboJLAC10/hbsabresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1458. Observation.code.coding:infectionLaboJLAC10/hbsabresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1460. Observation.code.coding:infectionLaboJLAC10/hbsabresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1462. Observation.code.coding:infectionLaboJLAC11/hbsabresult
                    Slice NameinfectionLaboJLAC11/hbsabresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1464. Observation.code.coding:infectionLaboJLAC11/hbsabresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1466. Observation.code.coding:infectionLaboJLAC11/hbsabresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1468. Observation.code.coding:infectionLaboJLAC11/hbsabresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1470. Observation.code.coding:infectionLaboJLAC11/hbsabresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1472. Observation.code.coding:infectionLaboJLAC10/hbsabdil
                    Slice NameinfectionLaboJLAC10/hbsabdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1474. Observation.code.coding:infectionLaboJLAC10/hbsabdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1476. Observation.code.coding:infectionLaboJLAC10/hbsabdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1478. Observation.code.coding:infectionLaboJLAC10/hbsabdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1480. Observation.code.coding:infectionLaboJLAC10/hbsabdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1482. Observation.code.coding:infectionLaboJLAC11/hbsabdil
                    Slice NameinfectionLaboJLAC11/hbsabdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1484. Observation.code.coding:infectionLaboJLAC11/hbsabdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1486. Observation.code.coding:infectionLaboJLAC11/hbsabdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1488. Observation.code.coding:infectionLaboJLAC11/hbsabdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1490. Observation.code.coding:infectionLaboJLAC11/hbsabdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1492. Observation.code.coding:infectionLaboJLAC10/hbsabquant
                    Slice NameinfectionLaboJLAC10/hbsabquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1494. Observation.code.coding:infectionLaboJLAC10/hbsabquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1496. Observation.code.coding:infectionLaboJLAC10/hbsabquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1498. Observation.code.coding:infectionLaboJLAC10/hbsabquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1500. Observation.code.coding:infectionLaboJLAC10/hbsabquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗体(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1502. Observation.code.coding:infectionLaboJLAC11/hbsabquant
                    Slice NameinfectionLaboJLAC11/hbsabquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1504. Observation.code.coding:infectionLaboJLAC11/hbsabquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1506. Observation.code.coding:infectionLaboJLAC11/hbsabquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1508. Observation.code.coding:infectionLaboJLAC11/hbsabquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1510. Observation.code.coding:infectionLaboJLAC11/hbsabquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHBs抗体(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1512. Observation.code.coding:infectionLaboJLAC10/hcvnquant
                    Slice NameinfectionLaboJLAC10/hcvnquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1514. Observation.code.coding:infectionLaboJLAC10/hcvnquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1516. Observation.code.coding:infectionLaboJLAC10/hcvnquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1518. Observation.code.coding:infectionLaboJLAC10/hcvnquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV核酸増幅検査(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1520. Observation.code.coding:infectionLaboJLAC10/hcvnquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV核酸増幅検査(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1522. Observation.code.coding:infectionLaboJLAC11/hcvnquant
                    Slice NameinfectionLaboJLAC11/hcvnquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1524. Observation.code.coding:infectionLaboJLAC11/hcvnquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1526. Observation.code.coding:infectionLaboJLAC11/hcvnquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1528. Observation.code.coding:infectionLaboJLAC11/hcvnquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV核酸増幅検査(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1530. Observation.code.coding:infectionLaboJLAC11/hcvnquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV核酸増幅検査(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1532. Observation.code.coding:infectionLaboJLAC10/hcvnresult
                    Slice NameinfectionLaboJLAC10/hcvnresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1534. Observation.code.coding:infectionLaboJLAC10/hcvnresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1536. Observation.code.coding:infectionLaboJLAC10/hcvnresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1538. Observation.code.coding:infectionLaboJLAC10/hcvnresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV核酸増幅検査(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1540. Observation.code.coding:infectionLaboJLAC10/hcvnresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV核酸増幅検査(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1542. Observation.code.coding:infectionLaboJLAC11/hcvnresult
                    Slice NameinfectionLaboJLAC11/hcvnresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1544. Observation.code.coding:infectionLaboJLAC11/hcvnresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1546. Observation.code.coding:infectionLaboJLAC11/hcvnresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1548. Observation.code.coding:infectionLaboJLAC11/hcvnresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV核酸増幅検査(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1550. Observation.code.coding:infectionLaboJLAC11/hcvnresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV核酸増幅検査(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1552. Observation.code.coding:infectionLaboJLAC10/hcvagresult
                    Slice NameinfectionLaboJLAC10/hcvagresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1554. Observation.code.coding:infectionLaboJLAC10/hcvagresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1556. Observation.code.coding:infectionLaboJLAC10/hcvagresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1558. Observation.code.coding:infectionLaboJLAC10/hcvagresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗原検査(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1560. Observation.code.coding:infectionLaboJLAC10/hcvagresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗原検査(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1562. Observation.code.coding:infectionLaboJLAC11/hcvagresult
                    Slice NameinfectionLaboJLAC11/hcvagresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1564. Observation.code.coding:infectionLaboJLAC11/hcvagresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1566. Observation.code.coding:infectionLaboJLAC11/hcvagresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1568. Observation.code.coding:infectionLaboJLAC11/hcvagresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗原検査(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1570. Observation.code.coding:infectionLaboJLAC11/hcvagresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗原検査(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1572. Observation.code.coding:infectionLaboJLAC10/hcvagquant
                    Slice NameinfectionLaboJLAC10/hcvagquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1574. Observation.code.coding:infectionLaboJLAC10/hcvagquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1576. Observation.code.coding:infectionLaboJLAC10/hcvagquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1578. Observation.code.coding:infectionLaboJLAC10/hcvagquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗原検査(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1580. Observation.code.coding:infectionLaboJLAC10/hcvagquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗原検査(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1582. Observation.code.coding:infectionLaboJLAC11/hcvagquant
                    Slice NameinfectionLaboJLAC11/hcvagquant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1584. Observation.code.coding:infectionLaboJLAC11/hcvagquant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1586. Observation.code.coding:infectionLaboJLAC11/hcvagquant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1588. Observation.code.coding:infectionLaboJLAC11/hcvagquant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗原検査(定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1590. Observation.code.coding:infectionLaboJLAC11/hcvagquant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗原検査(定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1592. Observation.code.coding:infectionLaboJLAC10/hcvabdil
                    Slice NameinfectionLaboJLAC10/hcvabdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1594. Observation.code.coding:infectionLaboJLAC10/hcvabdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1596. Observation.code.coding:infectionLaboJLAC10/hcvabdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1598. Observation.code.coding:infectionLaboJLAC10/hcvabdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1600. Observation.code.coding:infectionLaboJLAC10/hcvabdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1602. Observation.code.coding:infectionLaboJLAC11/hcvabdil
                    Slice NameinfectionLaboJLAC11/hcvabdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1604. Observation.code.coding:infectionLaboJLAC11/hcvabdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1606. Observation.code.coding:infectionLaboJLAC11/hcvabdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1608. Observation.code.coding:infectionLaboJLAC11/hcvabdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1610. Observation.code.coding:infectionLaboJLAC11/hcvabdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1612. Observation.code.coding:infectionLaboJLAC10/hcvabresult
                    Slice NameinfectionLaboJLAC10/hcvabresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1614. Observation.code.coding:infectionLaboJLAC10/hcvabresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1616. Observation.code.coding:infectionLaboJLAC10/hcvabresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1618. Observation.code.coding:infectionLaboJLAC10/hcvabresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1620. Observation.code.coding:infectionLaboJLAC10/hcvabresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1622. Observation.code.coding:infectionLaboJLAC11/hcvabresult
                    Slice NameinfectionLaboJLAC11/hcvabresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1624. Observation.code.coding:infectionLaboJLAC11/hcvabresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1626. Observation.code.coding:infectionLaboJLAC11/hcvabresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1628. Observation.code.coding:infectionLaboJLAC11/hcvabresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1630. Observation.code.coding:infectionLaboJLAC11/hcvabresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1632. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi
                    Slice NameinfectionLaboJLAC10/hcvabposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1634. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1636. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1638. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1640. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗体(陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1642. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi
                    Slice NameinfectionLaboJLAC11/hcvabposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1644. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1646. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1648. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1650. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHCV抗体(陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1652. Observation.code.coding:infectionLaboJLAC10/hiv1quant
                    Slice NameinfectionLaboJLAC10/hiv1quant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1654. Observation.code.coding:infectionLaboJLAC10/hiv1quant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1656. Observation.code.coding:infectionLaboJLAC10/hiv1quant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1658. Observation.code.coding:infectionLaboJLAC10/hiv1quant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1(ウイルスRNA定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1660. Observation.code.coding:infectionLaboJLAC10/hiv1quant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1(ウイルスRNA定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1662. Observation.code.coding:infectionLaboJLAC11/hiv1quant
                    Slice NameinfectionLaboJLAC11/hiv1quant
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1664. Observation.code.coding:infectionLaboJLAC11/hiv1quant.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1666. Observation.code.coding:infectionLaboJLAC11/hiv1quant.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1668. Observation.code.coding:infectionLaboJLAC11/hiv1quant.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1(ウイルスRNA定量)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1670. Observation.code.coding:infectionLaboJLAC11/hiv1quant.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1(ウイルスRNA定量)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1672. Observation.code.coding:infectionLaboJLAC10/hiv1result
                    Slice NameinfectionLaboJLAC10/hiv1result
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1674. Observation.code.coding:infectionLaboJLAC10/hiv1result.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1676. Observation.code.coding:infectionLaboJLAC10/hiv1result.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1678. Observation.code.coding:infectionLaboJLAC10/hiv1result.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1(ウイルスRNA定量判定)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1680. Observation.code.coding:infectionLaboJLAC10/hiv1result.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1(ウイルスRNA定量判定)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1682. Observation.code.coding:infectionLaboJLAC11/hiv1result
                    Slice NameinfectionLaboJLAC11/hiv1result
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1684. Observation.code.coding:infectionLaboJLAC11/hiv1result.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1686. Observation.code.coding:infectionLaboJLAC11/hiv1result.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1688. Observation.code.coding:infectionLaboJLAC11/hiv1result.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1(ウイルスRNA定量判定)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1690. Observation.code.coding:infectionLaboJLAC11/hiv1result.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1(ウイルスRNA定量判定)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1692. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil
                    Slice NameinfectionLaboJLAC10/hiv1p2abdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1694. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1696. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1698. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1700. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1+2抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1702. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil
                    Slice NameinfectionLaboJLAC11/hiv1p2abdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1704. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1706. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1708. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1710. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1+2抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1712. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult
                    Slice NameinfectionLaboJLAC10/hiv1p2abresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1714. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1716. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1718. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1720. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1+2抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1722. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult
                    Slice NameinfectionLaboJLAC11/hiv1p2abresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1724. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1726. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1728. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1730. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1+2抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1732. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi
                    Slice NameinfectionLaboJLAC10/hiv1p2abposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1734. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1736. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1738. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1740. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1+2抗体(陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1742. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi
                    Slice NameinfectionLaboJLAC11/hiv1p2abposcoi
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1744. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1746. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1748. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(陽性コントロール比)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1750. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1+2抗体(陽性コントロール比)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1752. Observation.code.coding:infectionLaboJLAC10/hiv1abdil
                    Slice NameinfectionLaboJLAC10/hiv1abdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1754. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1756. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1758. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1760. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1762. Observation.code.coding:infectionLaboJLAC11/hiv1abdil
                    Slice NameinfectionLaboJLAC11/hiv1abdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1764. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1766. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1768. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1770. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1772. Observation.code.coding:infectionLaboJLAC10/hiv1abresult
                    Slice NameinfectionLaboJLAC10/hiv1abresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1774. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1776. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1778. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1780. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1782. Observation.code.coding:infectionLaboJLAC11/hiv1abresult
                    Slice NameinfectionLaboJLAC11/hiv1abresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1784. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1786. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1788. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1790. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-1抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1792. Observation.code.coding:infectionLaboJLAC10/hiv2abdil
                    Slice NameinfectionLaboJLAC10/hiv2abdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1794. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1796. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1798. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-2抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1800. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-2抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1802. Observation.code.coding:infectionLaboJLAC11/hiv2abdil
                    Slice NameinfectionLaboJLAC11/hiv2abdil
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1804. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1806. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1808. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-2抗体(希釈倍率)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1810. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-2抗体(希釈倍率)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1812. Observation.code.coding:infectionLaboJLAC10/hiv2abresult
                    Slice NameinfectionLaboJLAC10/hiv2abresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1814. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1816. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1818. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-2抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1820. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-2抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1822. Observation.code.coding:infectionLaboJLAC11/hiv2abresult
                    Slice NameinfectionLaboJLAC11/hiv2abresult
                    Definition

                    コード体系によって定義されたコードへの参照。


                    用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                    Short用語システムによって定義されたコード / Code defined by a terminology system
                    Comments

                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                    標準コード、ローカルコードの2つまで格納可。順不同。
                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                    コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                    Control0..1*
                    TypeCoding
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1824. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.system
                    Definition

                    コード体系。


                    コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                    Short用語システムのアイデンティティ / Identity of the terminology system
                    Comments

                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                    URIは本WGで定義する。


                    uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1826. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.version
                    Definition

                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                    Comments

                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.


                    用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                    NoteThis is a business version Id, not a resource version Id (see discussion)
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1828. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.code
                    Definition

                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                    Comments

                    Note that FHIR strings SHALL NOT exceed 1MB in size

                    Control10..1
                    BindingThe codes SHALL be taken from For codes, see CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-2抗体(定性)
                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS)
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1830. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.display
                    Definition

                    コード化された場合に、そのコード表におけるコードに対応する文字列


                    システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列システムによって定義された表現 / Representation defined by the system
                    Comments

                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                    Fixed ValueHIV-2抗体(定性)
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1832. Observation.code.text
                    Definition

                    項目名。報告書などに記載する場合に使用する表示名。


                    データを入力したユーザー、および/またはユーザーの意図された意味を表すユーザーによって見られる/選択/発言された概念の人間の言語表現。 / A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                    Shortコンセプトの単純なテキスト表現 / Plain text representation of the concept
                    Comments

                    【JP Core仕様】このプロファイルでは、表示名として必須とする。

                    多くの場合、coding.display と同一になるが、coding.display に異なる複数の表現が格納される場合を想定し、code間で共通の表現として必須とする。受信側はこの文字列を項目表示文字列として使用できる。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。


                    多くの場合、テキストはコーディングの1つの表示名と同じです。 / Very often the text is the same as a displayName of one of the codings.

                    Control10..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1834. Observation.subject
                    Definition

                    患者のFHIRリソース(JP_Patient_eCSに従うPatientリソース)への参照。


                    患者、または患者のグループ、場所、またはデバイスこの観察結果は、観察が置かれている記録についてであり、その記録にあります。観測の実際の焦点が被験者(または被験者の部分、または領域のサンプル)とは異なる場合、「フォーカス」要素または「コード」自体が観測の実際の焦点を指定します。 / The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the focus element or the code itself specifies the actual focus of the observation.

                    Short患者のFHIRリソース(JP_Patient_eCSに従うPatientリソース)への参照。誰と/または観察が何であるか / Who and/or what the observation is about
                    Comments

                    記述方法は、実装ガイド本文の「リソースへの参照方法(2) Bundleリソースの別のentryのリソースを参照する方法(fullUrlを用いるリテラル参照) 」に従う。


                    この要素は1..1のカーディナリティになると予想されます。被験者が欠落している唯一の状況は、患者を知らないデバイスによって観察が行われる場合です。この場合、観察は、ある程度のコンテキスト/チャネルマッチング手法を介して患者と一致し、この時点で観察を更新する必要があります。 / One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated.

                    Control10..1
                    TypeReference(JP_Patient_eCS, Patient, Group, Device, Location)
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    あなたが彼らが誰または何をしているのかわからない場合、観察には価値がありません。 / Observations have no value if you don't know who or what they're about.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1836. Observation.encounter
                    Definition

                    【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照


                    この観察が行われるヘルスケアイベント(患者と医療提供者の相互作用など)。 / The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.

                    Short【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照この観察が行われるヘルスケアイベント / Healthcare event during which this observation is made
                    Comments

                    記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。電子カルテ情報サービスでは必須。


                    これは通常、イベントが発生したEncounterですが、いくつかのイベントは、Encounterの公式完了前または公式完了後に開始される可能性がありますが、それでもEnounterのコンテキストに関連しています(例:入院前の実験室テストなど)。 / This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).

                    Control0..1
                    TypeReference(JP Core Encounter Profile, JP_Encounter-eCS, Encounter)
                    Is Modifierfalse
                    Must Supporttrue
                    Must Support TypesNo must-support rules about the choice of types/profiles
                    Summarytrue
                    Requirements

                    一部の観察では、観察と特定のEncounterの間のリンクを知ることが重要かもしれません。 / For some observations it may be important to know the link between an observation and a particular encounter.

                    Alternate NamesContext
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1838. Observation.effective[x]
                    Definition

                    検体採取日時。検体採取日時が不明な場合には、検査実施日時、検体受付日時の場合もある。結果報告日時はissued要素を使用する。


                    観察された値が真実であると主張される時間または時間期。生物学的被験者の場合 - 例えばヒト患者 - これは通常、「生理学的に関連する時間」と呼ばれます。これは通常、プロシジャー(処置等)または標本収集の時間ですが、日付/時刻のソースは不明であり、日付/時刻自体のみです。 / The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

                    Short検体採取日時観察のための臨床的に関連する時間/時間期 / Clinically relevant time/time-period for observation
                    Comments

                    dateTime型に限定する。dateTime側は、1905-08-23, 2015-02-07T13:28:17+09:00


                    この観察が履歴上の報告でない限り、少なくとも日付が存在する必要があります。不正確または「ファジー」時間(たとえば、「朝食後」に採取された血糖測定)を記録するには、[タイミング](datatypes.html#タイミング)データタイプを使用して、測定を通常の生活イベントに結び付けます。 / At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.

                    Control10..1
                    TypedateTime, Period, Timing, instant
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    観察が真実と見なされた時期を知ることは、その関連性にとって重要であり、傾向を決定します。 / Knowing when an observation was deemed true is important to its relevance as well as determining trends.

                    Alternate NamesOccurrence
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1840. Observation.issued
                    Definition

                    検査結果がシステムに格納された日時、システム的な結果報告(登録)日時。


                    このバージョンの観察結果は、通常、結果がレビューおよび検証された後にプロバイダーが利用できるようになりました。 / The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.

                    Short検査結果がシステムに格納された日時、システム的な結果報告(登録)日時日付/時刻このバージョンが利用可能になりました / Date/Time this version was made available
                    Comments

                    instance型であるため、2015-02-07T13:28:17+09:00 のように時刻までの精度が必要である。


                    レビューと検証を必要としない観察の場合、リソース自体の['lastupdated](resource-definitions.html#meta.lastupdated)と同じである可能性があります。特定の更新のレビューと検証を必要とする観察結果の場合、新しいバージョンを再度レビューして検証する必要がない非臨床的に重要な更新のために、リソース自体の「最後の飽きされた」時間と同じではないかもしれません。 / For Observations that don’t require review and verification, it may be the same as the [lastUpdated](http://hl7.org/fhir/R4/resource-definitions.html#Meta.lastUpdated) time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as thelastUpdated` time of the resource itself due to a non-clinically significant update that doesn’t require the new version to be reviewed and verified again.

                    Control0..1
                    Typeinstant
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Summarytrue
                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1842. Observation.performer
                    Definition

                    【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者への参照。電子カルテ情報サービスでは必須とし、オーダした医師(結果を確認した医師に相当)のPractitionerリソースへの参照を設定する。電子カルテ情報サービスでは必須。


                    観察された値を「真」として主張する責任者。 / Who was responsible for asserting the observed value as "true".

                    Short【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者、検査実施者(検査オーダ医師)への参照。観察の責任者 / Who is responsible for the observation
                    Comments

                    実装ガイド本文の「リソースへの参照方法 (1)containedリソースをインラインリソースIDにより参照する記述方法」を参照のこと。

                    Control0..1*
                    TypeReference(JP Core Practitioner Profile, Practitioner, PractitionerRole, Organization, CareTeam, Patient, RelatedPerson)
                    Is Modifierfalse
                    Must Supporttrue
                    Summarytrue
                    Requirements

                    観察にある程度の自信を与える可能性があり、また、フォローアップの質問をどこに向けるべきかを示します。 / May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    1844. Observation.value[x]
                    Definition

                    検体検査の結果。コメントを参照のこと。


                    情報が単純な値を持っている場合、観察結果の結果として決定された情報。 / The information determined as a result of making the observation, if the information has a simple value.

                    Short検体検査の結果実結果 / Actual result
                    Comments

                    valueQuantity,valueCodeableConcept,valueStringのいずれかを使用する。この項目自体は子項目をまとめるセット名(バッテリー名、例:血球算定など)の場合にはこの要素は出現しない。また、結果値が何らかの理由により得られなかった場合や、検査結果が未着(検査中または実施前)の場合にはこの要素は出現せず、dataAbsentReasonにその理由を記述する。それ以外では必ず出現する。


                    観察にはあります。1)ここでの単一の値、2)関連する値とコンポーネント値のセット、または3)関連またはコンポーネント値のセットのみ。値が存在する場合、この要素のデータ型は、viscervation.codeによって決定する必要があります。フィールドが通常コーディングされている場合、または観測に関連付けられたタイプの場合、文字列の代わりにテキストのみを持つCodeableconecteが使用されます。コードはコード化された値を定義します。追加のガイダンスについては、以下の[[メモ]セクション]([観察.html#注)を参照してください。 / An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control0..1
                    This element is affected by the following invariants: obs-7
                    TypeChoice of: Quantity, CodeableConcept, string, dateTime, boolean, SampledData, Period, Ratio, integer, time, Range
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Must Support TypesNo must-support rules about the choice of types/profiles
                    Summarytrue
                    Requirements

                    観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    SlicingThis element introduces a set of slices on Observation.value[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                    • type @ $this
                    • 1846. Observation.value[x]:valueQuantity
                      Slice NamevalueQuantity
                      Definition

                      検体検査の結果として決定された情報。


                      情報が単純な値を持っている場合、観察結果の結果として決定された情報。 / The information determined as a result of making the observation, if the information has a simple value.

                      Short検査結果が「数値」の場合、値、単位を設定する。実結果 / Actual result
                      Comments

                      観察にはあります。1)ここでの単一の値、2)関連する値とコンポーネント値のセット、または3)関連またはコンポーネント値のセットのみ。値が存在する場合、この要素のデータ型は、viscervation.codeによって決定する必要があります。フィールドが通常コーディングされている場合、または観測に関連付けられたタイプの場合、文字列の代わりにテキストのみを持つCodeableconecteが使用されます。コードはコード化された値を定義します。追加のガイダンスについては、以下の[[メモ]セクション]([観察.html#注)を参照してください。 / An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                      Control0..1
                      This element is affected by the following invariants: obs-7
                      TypeQuantity, dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Summarytrue
                      Requirements

                      観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1848. Observation.value[x]:valueQuantity.value
                      Definition

                      測定量の値。値には、値の表示に暗黙の精度が含まれます。 / The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                      Short数値(暗黙の精度を持つ) / Numerical value (with implicit precision)
                      Comments

                      値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                      Control10..1
                      Typedecimal
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1850. Observation.value[x]:valueQuantity.comparator
                      Definition

                      値をどのように理解し、表現する必要があるか - 測定の問題により実際の値が記載されている値よりも大きいか小さいかどうか。例えばコンパレータが「<」の場合、実際の値は<stated値です。 / How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                      Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                      Control0..1
                      BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                      (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                      数量の評価解釈コード / How the Quantity should be understood and represented.

                      Typecode
                      Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                      Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1852. Observation.value[x]:valueCodeableConcept
                      Slice NamevalueCodeableConcept
                      Definition

                      結果がコード化されたコンセプトで記述できる場合。定性検査値の場合などに使用する。質問項目の回答記号もコードと回答文字列とみなしてこの結果記述方法を使用することができる。


                      情報が単純な値を持っている場合、観察結果の結果として決定された情報。 / The information determined as a result of making the observation, if the information has a simple value.

                      Short検査結果が「コード値」の場合、コード、テキスト、コードのValue setを定義する。実結果 / Actual result
                      Comments

                      valueCodeableConcept.coding :ローカルコードと国際標準コードなど複数指定できる。 SS-MIX2/HL7 V2.5→ CWEは正規コード+代替コードの2種類登録可能。
                      valueCodeableConcept.coding.system : 対象のValue set名を指定。 SS-MIX2/HL7 V2.5→ CWE.3 or 6 コード体系。対象コードの OIDを設定
                      valueCodeableConcept.coding.version : 対象のValue setのバージョンを指定。 SS-MIX2/HL7 V2.5→ CWE.7 コード体系バージョン ID valueCodeableConcept.coding.code :対象のValue setのコードを指定。 SS-MIX2/HL7 V2.5→ CWE.1 or 4 識別子。対象コードシステムのコード
                      valueCodeableConcept.coding.display : 対象のValue setのテキストを指定。 SS-MIX2/HL7 V2.5→ CWE.2 or 5 テキスト。対象コードの名称
                      valueCodeableConcept.coding.userselected : 未使用。
                      valueCodeableConcept.text : コードが示す意味を指定する。通常は.coding.displayの値を指定するが、複数ある場合は適宜編集すること。 SS-MIX2/HL7 V2.5→ CWE.2 テキスト。coding.display と同じ。


                      観察にはあります。1)ここでの単一の値、2)関連する値とコンポーネント値のセット、または3)関連またはコンポーネント値のセットのみ。値が存在する場合、この要素のデータ型は、viscervation.codeによって決定する必要があります。フィールドが通常コーディングされている場合、または観測に関連付けられたタイプの場合、文字列の代わりにテキストのみを持つCodeableconecteが使用されます。コードはコード化された値を定義します。追加のガイダンスについては、以下の[[メモ]セクション]([観察.html#注)を参照してください。 / An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                      Control0..1
                      This element is affected by the following invariants: obs-7
                      TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Summarytrue
                      Requirements

                      観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1854. Observation.value[x]:valueCodeableConcept.coding
                      Definition

                      用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology system
                      Comments

                      コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                      Control10..1*
                      TypeCoding
                      Is Modifierfalse
                      Summarytrue
                      Requirements

                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1856. Observation.value[x]:valueCodeableConcept.coding.system
                      Definition

                      コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology system
                      Comments

                      uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                      Control10..1
                      Typeuri
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1858. Observation.value[x]:valueCodeableConcept.coding.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                      Control10..1
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1860. Observation.value[x]:valueCodeableConcept.coding.display
                      Definition

                      システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                      Shortシステムによって定義された表現 / Representation defined by the system
                      Control10..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1862. Observation.value[x]:valueString
                      Slice NamevalueString
                      Definition

                      検体検査の結果として決定された情報。


                      情報が単純な値を持っている場合、観察結果の結果として決定された情報。 / The information determined as a result of making the observation, if the information has a simple value.

                      Short検査結果値が「文字列」の場合、その文字列を指定する。実結果 / Actual result
                      Comments

                      以下のデータ型はSS-MIX2では未使用のため、未使用とした。今後の議論で使用の必要性が出れば復活させる。
                      valueBoolean
                      valueInteger : 検査結果値を整数値(Integer)で定義したい場合に指定する。ただし、valueQuantityで単位付き数値を示すので、通常は使わない。 SS-MIX2/HL7 V2.5→ OBX-2=「NW」の時の OBX-5(結果値)
                      valueRange
                      valueRatio
                      valueSampledData
                      valueTime : 検査結果値が「時間」の場合、その時間を指定する。 SS-MIX2/HL7 V2.5→ OBX-2=「TM」の時の OBX-5(結果値)
                      valueDateTime : 検査結果値が「日時」の場合、その日時を指定する。 SS-MIX2/HL7 V2.5→ OBX-2=「DT」の時の OBX-5(結果値)
                      valuePeriod


                      観察にはあります。1)ここでの単一の値、2)関連する値とコンポーネント値のセット、または3)関連またはコンポーネント値のセットのみ。値が存在する場合、この要素のデータ型は、viscervation.codeによって決定する必要があります。フィールドが通常コーディングされている場合、または観測に関連付けられたタイプの場合、文字列の代わりにテキストのみを持つCodeableconecteが使用されます。コードはコード化された値を定義します。追加のガイダンスについては、以下の[[メモ]セクション]([観察.html#注)を参照してください。 / An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                      Control0..1
                      This element is affected by the following invariants: obs-7
                      Typestring, dateTime, boolean, SampledData, Quantity, Period, Ratio, integer, time, Range, CodeableConcept
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Requirements

                      観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1864. Observation.dataAbsentReason
                      Definition

                      検査結果値が欠落している理由。コメントを参照のこと。


                      要素観測値の期待値が欠落している理由を提供します。 / Provides a reason why the expected value in the element Observation.value[x] is missing.

                      Short検査結果値が欠落している理由。詳細、コメントを参照のこと。結果が欠落している理由 / Why the result is missing
                      Comments

                      value要素に結果を記述しない場合で検査結果値が欠落している場合には、その理由。コード化して設定することは一般に難しいのでcoding子要素は記述しなくてもよいが、text子要素は必須である。検査値が得られるはずの検査項目であるにもかかわらずvalue[x]要素に値がない場合には、この項目は必須。


                      NULLまたは例外的な値は、FHIR観測で2つの方法を表すことができます。1つの方法は、それらを単に値セットに含めるだけで、値の例外を表すことです。たとえば、血清学テストの測定値は、「検出」、「検出されていない」、「決定的でない」、または「標本の不十分」である可能性があります。

                      別の方法は、実際の観測に値要素を使用し、明示的なDataBsEntreason要素を使用して例外的な値を記録することです。たとえば、測定が完了していないときに、dataAbsentReasonコード「エラー」を使用できます。報告する値がある場合にのみ、観察が報告される可能性があることに注意してください。たとえば、異なるセルカウント値は、> 0の場合にのみ報告される場合があります。これらのオプションのため、ヌルまたは例外的な値の一般的な観測を解釈するには、ユースケース契約が必要です。 / Null or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "specimen unsatisfactory".

                      The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Note that an observation may only be reported if there are values to report. For example differential cell counts values may be reported only when > 0. Because of these options, use-case agreements are required to interpret general observations for null or exceptional values.

                      Control0..1
                      This element is affected by the following invariants: obs-6
                      BindingUnless not suitable, these codes SHALL be taken from DataAbsentReasonhttp://hl7.org/fhir/ValueSet/data-absent-reason
                      (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                      結果( Observation.value[x])が欠落している理由を指定するコード。 / Codes specifying why the result (Observation.value[x]) is missing.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      多くの結果には、測定で例外的な値を処理する必要があります。 / For many results it is necessary to handle exceptional values in measurements.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1866. Observation.dataAbsentReason.text
                      Definition

                      検査結果値が欠落している理由の文字列。例としてはコメントを参照のこと。


                      データを入力したユーザー、および/またはユーザーの意図された意味を表すユーザーによって見られる/選択/発言された概念の人間の言語表現。 / A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                      Short検査結果値が欠落している理由の文字列。詳細、コメントを参照のこと。コンセプトの単純なテキスト表現 / Plain text representation of the concept
                      Comments

                      "検査中"、"未実施"、"検体凝固"、"検体量不足"、"溶血で実施できず"、"採血できず"、"検査機器エラー"などが想定される。


                      多くの場合、テキストはコーディングの1つの表示名と同じです。 / Very often the text is the same as a displayName of one of the codings.

                      Control10..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1868. Observation.interpretation
                      Definition

                      検査結果値の、(高、低、正常)といったカテゴリー評価。結果報告書に記載されることもある情報。


                      観測値のカテゴリー評価。たとえば、高、低、正常。 / A categorical assessment of an observation value. For example, high, low, normal.

                      ShortHigh, low, normal, etc. 高、低、正常など高、低、正常など。 / High, low, normal, etc.
                      Comments

                      【JP Core仕様】拡張可コード表「ObservationInterpretationCodes」からいずれかの適当なコードをひとつ使用するが、本要素はなくてもよい。その施設における基準値が設定されている数値検査結果に対しては、基準値範囲により解釈したH(高)、L(低)、N(正常範囲) のいずれかを設定することが望ましい。

                      コード表が大きいため、下記参照。

                      https://www.hl7.org/fhir/R4/valueset-observation-interpretation.html


                      歴史的に実験室の結果(「異常なフラグ」と呼ばれる)に使用されていたため、その使用は、コード化された解釈が関連する他のユースケースにまで及びます。多くの場合、1つ以上の単純なコンパクトコードとして報告されているこの要素は、結果の意味/正常性のステータスを示すレポートとフローシートの結果値に隣接することがよくあります。 / Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                      Control0..*
                      BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
                      (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                      観測の解釈を識別するコード。 / Codes identifying interpretations of observations.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      特に数値結果については、結果の重要性を完全に理解するために解釈を必要。


                      いくつかの結果、特に数値の結果については、結果の重要性を完全に理解するために解釈が必要です。 / For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                      Alternate NamesAbnormal Flag
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1870. Observation.note
                      Definition

                      検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。"溶血"、"視算値"、"概算"、"参考値"などもこの要素で記述することができる。


                      観察または結果についてのコメント。 / Comments about the observation or the results.

                      Short検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。詳細を参照のこと。観察についてのコメント / Comments about the observation
                      Comments

                      May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.


                      観察に関する一般的な声明、またはその解釈に関連する場合、重要な、予期しない、または信頼できない結果の値、またはそのソースに関する情報に関する声明が含まれる場合があります。 / May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.

                      Control0..*
                      TypeAnnotation
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      Need to be able to provide free text additional information.
                      フリーテキストの追加情報を提供できる必要がある。


                      無料のテキストの追加情報を提供できる必要があります。 / Need to be able to provide free text additional information.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1872. Observation.note.text
                      Definition

                      注釈のテキストは、マークダウン形式の形式です。 / The text of the annotation in markdown format.

                      Short注釈 - テキストコンテンツ(マークダウンとして) / The annotation - text content (as markdown)
                      Comments

                      Systems are not required to have markdown support, so the text should be readable without markdown processing. The markdown syntax is GFM - see https://github.github.com/gfm/

                      Control1..1
                      Typemarkdown
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1874. Observation.specimen
                      Definition

                      この検査に使用された検体(標本)情報への参照。


                      この観察が行われたときに使用された標本。 / The specimen that was used when this observation was made.

                      Shortこの検査に使用された検体(標本)。この観察に使用される標本 / Specimen used for this observation
                      Comments

                      検体材料に関する情報を記述したSpecimenリソースをContainedリソースとして本リソースに埋め込んでそれを参照するか、またはtype子要素="Specimen",display子要素で"血清"のように検体名称を設定することで記述する。


                      「観察」で見つかったコードで暗黙的ではない場合にのみ使用する必要があります。観察は標本自体では行われません。それらは主題で作られていますが、多くの場合、標本の手段によって作られています。標本はしばしば関与していますが、それらは常に明示的に追跡され、報告されているわけではないことに注意してください。また、標本を明示的に追跡するコンテキストで観測リソースを使用できることに注意してください(例:診断レポート)。 / Should only be used if not implicit in code found in Observation.code. Observations are not made on specimens themselves; they are made on a subject, but in many cases by the means of a specimen. Note that although specimens are often involved, they are not always tracked and reported explicitly. Also note that observation resources may be used in contexts that track the specimen explicitly (e.g. Diagnostic Report).

                      Control10..1
                      TypeReference(Specimen)
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1876. Observation.referenceRange
                      Definition

                      推奨範囲として結果値を解釈するためのガイダンス。基準値。


                      通常または推奨範囲と比較して、値を解釈する方法に関するガイダンス。複数の参照範囲は「または」として解釈されます。言い換えれば、2つの異なるターゲット集団を表すために、2つの「参照」要素が使用されます。 / Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an "OR". In other words, to represent two distinct target populations, two referenceRange elements would be used.

                      Short基準範囲との比較による結果の解釈方法のガイダンス【詳細参照】解釈のためのガイドを提供します / Provides guide for interpretation
                      Comments

                      【JP Core仕様】可能な限りlow、highに構造化すべき。構造化できない場合、あるいはlow、highに該当しない場合はtextを使用。


                      ほとんどの観測には、一般的な参照範囲が1つしかありません。システムは、患者に関する知識(患者の年齢、性別、体重、その他の要因に固有)に基づいて、関連する参照範囲のみを供給することを制限することを選択できますが、これは不可能または適切ではない場合があります。複数の参照範囲が提供される場合は、それらの間の違いを参照範囲および/または年齢特性で提供する必要があります。 / Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                      Control0..*
                      TypeBackboneElement
                      Is Modifierfalse
                      Must Supporttrue
                      Summaryfalse
                      Requirements

                      どの値が「正常」と見なされるかを知ることは、特定の結果の意義を評価するのに役立つ。さまざまなコンテキストに対応するため複数の参照範囲を提供できる必要がある。


                      どの値が「正常」と見なされるかを知ることは、特定の結果の重要性を評価するのに役立ちます。さまざまなコンテキストに複数の参照範囲を提供できる必要があります。 / Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      obs-3: 少なくともlow, high, textのいずれかが必要です / Must have at least a low or a high or text (low.exists() or high.exists() or text.exists())
                      obs-3: 少なくともlow, high, textのいずれかが必要です / Must have at least a low or a high or text (low.exists() or high.exists() or text.exists())
                      1878. Observation.referenceRange.id
                      Definition

                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                      Control0..01
                      Typestring
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Summaryfalse
                      1880. Observation.referenceRange.extension
                      Definition

                      An Extension


                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                      ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
                      Comments

                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..0*
                      TypeExtension
                      Is Modifierfalse
                      Summaryfalse
                      Alternate Namesextensions, user content
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      1882. Observation.referenceRange.modifierExtension
                      Definition

                      An Extension


                      要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                      モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                      ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                      Comments

                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..0*
                      TypeExtension
                      Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                      Summarytrue
                      Requirements

                      修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                      Alternate Namesextensions, user content, modifiers
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      1884. Observation.referenceRange.low
                      Definition

                      参照範囲の低境界の値。参照範囲のエンドポイントの低い境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。下限が省略されている場合、それは意味がないと想定されます(例:参照範囲は<= 2.3)。 / The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).

                      Short関連する場合は低レンジ / Low Range, if relevant
                      Comments

                      The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                      Control0..1
                      This element is affected by the following invariants: obs-3
                      TypeQuantity(SimpleQuantity)
                      Is Modifierfalse
                      Summaryfalse
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1886. Observation.referenceRange.low.extension
                      Definition

                      An Extension


                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                      ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
                      Comments

                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..0*
                      TypeExtension
                      Is Modifierfalse
                      Summaryfalse
                      Alternate Namesextensions, user content
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      SlicingThis element introduces a set of slices on Observation.referenceRange.low.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • value @ url
                      • 1888. Observation.referenceRange.low.value
                        Definition

                        基準値の小さいほうの値


                        測定量の値。値には、値の表示に暗黙の精度が含まれます。 / The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                        Short基準値の小さいほうの値数値(暗黙の精度を持つ) / Numerical value (with implicit precision)
                        Comments

                        値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                        Control10..1
                        Typedecimal
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Must Supporttrue
                        Summarytrue
                        Requirements

                        精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1890. Observation.referenceRange.low.comparator
                        Definition

                        この文脈で使用することは許可されていません / Not allowed to be used in this context


                        値をどのように理解し、表現する必要があるか - 測定の問題により実際の値が記載されている値よりも大きいか小さいかどうか。例えばコンパレータが「<」の場合、実際の値は<stated値です。 / How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                        Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                        Control0..01
                        BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                        (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                        数量の評価解釈コード / How the Quantity should be understood and represented.

                        Typecode
                        Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Requirements

                        測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                        Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1892. Observation.referenceRange.low.unit
                        Definition

                        検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。


                        ユニットの人間の読み取り可能な形式。 / A human-readable form of the unit.

                        Short検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。ユニット表現 / Unit representation
                        Control0..1
                        Typestring
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Must Supporttrue
                        Summarytrue
                        Requirements

                        測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1894. Observation.referenceRange.low.system
                        Definition

                        単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"


                        ユニットのコード化された形式を提供するシステムの識別。 / The identification of the system that provides the coded form of the unit.

                        Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"コード化されたユニットフォームを定義するシステム / System that defines coded unit form
                        Control0..1
                        This element is affected by the following invariants: qty-3
                        Typeuri
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Must Supporttrue
                        Summarytrue
                        Requirements

                        ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1896. Observation.referenceRange.low.code
                        Definition

                        検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。


                        一部のユニット表現システムのユニットのコンピューター処理可能な形式。 / A computer processable form of the unit in some unit representation system.

                        Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。ユニットのコード化された形式 / Coded form of the unit
                        Comments

                        優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                        Control0..1
                        Typecode
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Must Supporttrue
                        Summarytrue
                        Requirements

                        すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1898. Observation.referenceRange.high
                        Definition

                        参照範囲の強境界の値。参照範囲のエンドポイントの高境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。高バウンドが省略されている場合、それは無意味であると想定されます(例:参照範囲は> = 2.3)。 / The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).

                        Short関連する場合、高レンジ / High Range, if relevant
                        Comments

                        The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                        Control0..1
                        This element is affected by the following invariants: obs-3
                        TypeQuantity(SimpleQuantity)
                        Is Modifierfalse
                        Summaryfalse
                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        1900. Observation.referenceRange.high.extension
                        Definition

                        An Extension


                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                        ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
                        Comments

                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                        Control0..0*
                        TypeExtension
                        Is Modifierfalse
                        Summaryfalse
                        Alternate Namesextensions, user content
                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        SlicingThis element introduces a set of slices on Observation.referenceRange.high.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 1902. Observation.referenceRange.high.value
                          Definition

                          基準値の大きいほうの値


                          測定量の値。値には、値の表示に暗黙の精度が含まれます。 / The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                          Short基準値の大きいほうの値数値(暗黙の精度を持つ) / Numerical value (with implicit precision)
                          Comments

                          値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                          Control10..1
                          Typedecimal
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supporttrue
                          Summarytrue
                          Requirements

                          精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1904. Observation.referenceRange.high.comparator
                          Definition

                          この文脈で使用することは許可されていません / Not allowed to be used in this context


                          値をどのように理解し、表現する必要があるか - 測定の問題により実際の値が記載されている値よりも大きいか小さいかどうか。例えばコンパレータが「<」の場合、実際の値は<stated値です。 / How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                          Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                          Control0..01
                          BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                          (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                          数量の評価解釈コード / How the Quantity should be understood and represented.

                          Typecode
                          Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Requirements

                          測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                          Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1906. Observation.referenceRange.high.unit
                          Definition

                          検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。


                          ユニットの人間の読み取り可能な形式。 / A human-readable form of the unit.

                          Short検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。ユニット表現 / Unit representation
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supporttrue
                          Summarytrue
                          Requirements

                          測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1908. Observation.referenceRange.high.system
                          Definition

                          単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"


                          ユニットのコード化された形式を提供するシステムの識別。 / The identification of the system that provides the coded form of the unit.

                          Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"コード化されたユニットフォームを定義するシステム / System that defines coded unit form
                          Control0..1
                          This element is affected by the following invariants: qty-3
                          Typeuri
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supporttrue
                          Summarytrue
                          Requirements

                          ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1910. Observation.referenceRange.high.code
                          Definition

                          検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。


                          一部のユニット表現システムのユニットのコンピューター処理可能な形式。 / A computer processable form of the unit in some unit representation system.

                          Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。ユニットのコード化された形式 / Coded form of the unit
                          Comments

                          優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                          Control0..1
                          Typecode
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supporttrue
                          Summarytrue
                          Requirements

                          すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1912. Observation.referenceRange.text
                          Definition

                          量的範囲で表せない場合などに使用する。


                          テキストベースの参照範囲の観測では、定量的範囲が観測に適していない場合に使用される場合があります。例は、「ネガティブ」の参照値、または「通常」のリストまたはテーブルです。 / Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of "Negative" or a list or table of "normals".

                          Short観察中のテキストベースの参照範囲 / Text based reference range in an observation
                          Comments

                          Note that FHIR strings SHALL NOT exceed 1MB in size

                          Control0..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supporttrue
                          Summaryfalse
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1914. Observation.hasMember
                          Definition

                          同じ検査・観察において、メソッドが1つ、観察が1つ、実行者が1つ、デバイスが1つ、時間が1つしかない1回の検査・観察で同時に複数の検査結果が得られる場合に、その各検査をcomponentをみなしてcomponent要素に記述する。たとえばこのObservationリソースが血圧である場合に、収縮期血圧値と拡張期血圧値の2つは、Observationリソース:血圧の2つのcomponentとして記述される。ただし、実際にこの方式で記述するか、または別々のObservationリソースで記述するかについては、記述方針が別途定められている場合にはそれに従う。


                          この観察は、グループのメンバーとしてのターゲットを含むグループ観察(たとえば、バッテリー、テストのパネル、重要な兆候測定のセット)です。 / This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.

                          Short1回の検査・観察で同時に複数の検査結果が得られる場合には必須観察グループに属する関連リソース / Related resource that belongs to the Observation group
                          Comments

                          この検査が複数の検査項目をグループ化したパネル検査もしくはバッテリー検査の場合に、このグループに含まれる個々の検査の参照へのリストである。この場合には、本Observationリソースのvalueは存在しない。Bundleリソースなどで本リソースから参照可能なObservationリソースが同時に存在する場合には、そのリソースの識別URIを参照する。個々の子検査の結果Observationリソースを、このリソースにContainedリソースとして埋め込むのではなく、別の検査結果Observationリソースとして作成し、Bundleリソースの別のentryのリソースを参照する方法(fullUrlを用いるリテラル参照)をとる。ただし、実際にこの方式で記述するか、または別々のObservationリソースで記述するかについては、記述方針が別途定められている場合にはそれに従う。電子カルテ情報共有サービスで5情報を送信する場合にはこの要素は使用しない。


                          この要素を使用する場合、観察には通常、値または関連するリソースのセットがありますが、どちらも場合によっては存在する場合があります。観察結果がグループで組み立てられる方法についての議論については、以下の[注](obervation.html#obsgrouping)を参照してください。システムは、[Questionnairesponse](Questionnearesponse.html)の結果を最終スコアに計算し、観察としてスコアを表す場合があることに注意してください。 / When using this element, an observation will typically have either a value or a set of related resources, although both may be present in some cases. For a discussion on the ways Observations can assembled in groups together, see Notes below. Note that a system may calculate results from QuestionnaireResponse into a final score and represent the score as an Observation.

                          Control0..*
                          TypeReference(JP Core Observation LabResult Profile, Observation, QuestionnaireResponse, MolecularSequence)
                          Is Modifierfalse
                          Must Supporttrue
                          Summarytrue
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1916. Observation.derivedFrom
                          Definition

                          この検査が他の1つ以上の検査値から派生している(BMIが体重と身長から派生して算出される場合など)場合に、その派生元の検査への参照のリスト。記述方法としては、hasMember要素と同様に記述する。


                          この観測値が導出される測定値を表すターゲットリソース。たとえば、超音波画像に基づいた計算された陰イオンギャップまたは胎児測定。 / The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.

                          Short派生元(素材元)の検査結果への参照のリスト。関連測定観測はから行われます / Related measurements the observation is made from
                          Comments

                          All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see Notes below.


                          この要素にリストされているすべての参照選択は、導出された値のソースとなる可能性のある臨床観察およびその他の測定値を表すことができます。最も一般的な参照は、別の観察です。観察結果がグループで組み立てられる方法についての議論については、以下の[注](obervation.html#obsgrouping)を参照してください。 / All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see Notes below.

                          Control0..*
                          TypeReference(JP Core Observation LabResult Profile, DocumentReference, ImagingStudy, Media, QuestionnaireResponse, Observation, MolecularSequence)
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1918. Observation.component
                          Definition

                          一度のタイミングでの1回の検査で複数の結果を同時に得る場合にのみ使用される。例えば、血圧の収縮期、拡張期。新生児のApgarスコア。質問に対する複数の回答(飲んだアルコールの種類、など)。


                          一部の観察には、複数のコンポーネント観測があります。これらのコンポーネント観測は、同じ属性を共有する個別のコード値ペアとして表されます。例には、血圧測定のための収縮期および拡張期成分観察と、遺伝学の観察のための複数の成分観察が含まれます。 / Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

                          Short複合的な結果。例えば、血圧測定値ではそれを構成する収縮期および拡張期の値の組み合わせ【詳細参照】コンポーネントの結果 / Component results
                          Comments

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.


                          観測をグループで一緒に組み立てる方法についての議論については、以下の[Notes](obervation.html#notes)を参照してください。 / For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..*
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Summarytrue
                          Requirements

                          コンポーネントobservation は プライマリobservation としてのobservation リソースの中で同じ属性を共有し、常に単一のobservation の一部として扱われる(つまりそれらは分離可能ではないん)。ただし、プライマリobservationのreference rangeはコンポーネント値に継承されないため、reference rangeは各コンポーネントobservation に適切であれば必要である。


                          コンポーネント観測は、観測リソースで主要な観測と同じ属性を共有し、常に単一の観測の一部を扱われます(分離できません)。ただし、一次観測値の参照範囲はコンポーネント値によって継承されず、各コンポーネント観測に適切な場合は必要です。 / Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1920. Observation.component.modifierExtension
                          Definition

                          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                          Comments

                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Summarytrue
                          Requirements

                          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1922. Observation.component.code
                          Definition

                          観察されたものについて説明します。これは、「コード」と呼ばれることがあります。 / Describes what was observed. Sometimes this is called the observation "code".

                          Shortコンポーネント観測の種類(コード /タイプ) / Type of component observation (code / type)
                          Comments

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.


                          すべて code-valueおよびcomponent.code-component.valueペアを考慮する必要があります。観察の意味を正しく理解する必要があります。 / All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Summarytrue
                          Requirements

                          どのような観察が行われているかを知ることは、観察を理解するために不可欠です。 / Knowing what kind of observation is being made is essential to understanding the observation.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1924. Observation.component.referenceRange
                          Definition

                          通常または推奨範囲と比較して、値を解釈する方法に関するガイダンス。 / Guidance on how to interpret the value by comparison to a normal or recommended range.

                          Shortコンポーネント結果の解釈のためのガイドを提供します / Provides guide for interpretation of component result
                          Comments

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.


                          ほとんどの観測には、一般的な参照範囲が1つしかありません。システムは、患者に関する知識(患者の年齢、性別、体重、その他の要因に固有)に基づいて、関連する参照範囲のみを供給することを制限することを選択できますが、これは不可能または適切ではない場合があります。複数の参照範囲が提供される場合は、それらの間の違いを参照範囲および/または年齢特性で提供する必要があります。 / Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..1*
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Summaryfalse
                          Requirements

                          どの値が「正常」と見なされるかを知ることは、特定の結果の重要性を評価するのに役立ちます。さまざまなコンテキストに複数の参照範囲を提供できる必要があります。 / Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1926. Observation.component.referenceRange.id
                          Definition

                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                          Control0..01
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Summaryfalse
                          1928. Observation.component.referenceRange.extension
                          Definition

                          An Extension


                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
                          Comments

                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..0*
                          TypeExtension
                          Is Modifierfalse
                          Summaryfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1930. Observation.component.referenceRange.modifierExtension
                          Definition

                          An Extension


                          要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtension認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                          Comments

                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..0*
                          TypeExtension
                          Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Summarytrue
                          Requirements

                          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          1932. Observation.component.referenceRange.low
                          Definition

                          参照範囲の低境界の値。参照範囲のエンドポイントの低い境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。下限が省略されている場合、それは意味がないと想定されます(例:参照範囲は<= 2.3)。 / The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).

                          Short関連する場合は低レンジ / Low Range, if relevant
                          Comments

                          The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                          Control0..1
                          This element is affected by the following invariants: obs-3
                          TypeQuantity(SimpleQuantity)
                          Is Modifierfalse
                          Summaryfalse
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          1934. Observation.component.referenceRange.low.id
                          Definition

                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                          Control0..01
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Summaryfalse
                          1936. Observation.component.referenceRange.low.extension
                          Definition

                          An Extension


                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
                          Comments

                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..0*
                          TypeExtension
                          Is Modifierfalse
                          Summaryfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          SlicingThis element introduces a set of slices on Observation.component.referenceRange.low.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • value @ url
                          • 1938. Observation.component.referenceRange.low.value
                            Definition

                            基準値の小さいほうの値


                            測定量の値。値には、値の表示に暗黙の精度が含まれます。 / The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                            Short基準値の小さいほうの値数値(暗黙の精度を持つ) / Numerical value (with implicit precision)
                            Comments

                            値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                            Control10..1
                            Typedecimal
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1940. Observation.component.referenceRange.low.comparator
                            Definition

                            この文脈で使用することは許可されていません / Not allowed to be used in this context


                            値をどのように理解し、表現する必要があるか - 測定の問題により実際の値が記載されている値よりも大きいか小さいかどうか。例えばコンパレータが「<」の場合、実際の値は<stated値です。 / How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                            Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                            Control0..01
                            BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                            数量の評価解釈コード / How the Quantity should be understood and represented.

                            Typecode
                            Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                            Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1942. Observation.component.referenceRange.low.unit
                            Definition

                            基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。


                            ユニットの人間の読み取り可能な形式。 / A human-readable form of the unit.

                            Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。ユニット表現 / Unit representation
                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1944. Observation.component.referenceRange.low.system
                            Definition

                            基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。


                            ユニットのコード化された形式を提供するシステムの識別。 / The identification of the system that provides the coded form of the unit.

                            Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。コード化されたユニットフォームを定義するシステム / System that defines coded unit form
                            Control0..1
                            This element is affected by the following invariants: qty-3
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                            Pattern Valuehttp://unitsofmeasure.org
                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1946. Observation.component.referenceRange.low.code
                            Definition

                            基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。


                            一部のユニット表現システムのユニットのコンピューター処理可能な形式。 / A computer processable form of the unit in some unit representation system.

                            Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。ユニットのコード化された形式 / Coded form of the unit
                            Comments

                            優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                            Control0..1
                            Typecode
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1948. Observation.component.referenceRange.high
                            Definition

                            参照範囲の強境界の値。参照範囲のエンドポイントの高境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。高バウンドが省略されている場合、それは無意味であると想定されます(例:参照範囲は> = 2.3)。 / The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).

                            Short関連する場合、高レンジ / High Range, if relevant
                            Comments

                            The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                            Control0..1
                            This element is affected by the following invariants: obs-3
                            TypeQuantity(SimpleQuantity)
                            Is Modifierfalse
                            Summaryfalse
                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            1950. Observation.component.referenceRange.high.id
                            Definition

                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                            Control0..01
                            Typestring
                            Is Modifierfalse
                            XML FormatIn the XML format, this property is represented as an attribute.
                            Summaryfalse
                            1952. Observation.component.referenceRange.high.extension
                            Definition

                            An Extension


                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                            ShortExtension実装で定義された追加のコンテンツ / Additional content defined by implementations
                            Comments

                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                            Control0..0*
                            TypeExtension
                            Is Modifierfalse
                            Summaryfalse
                            Alternate Namesextensions, user content
                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            SlicingThis element introduces a set of slices on Observation.component.referenceRange.high.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • value @ url
                            • 1954. Observation.component.referenceRange.high.value
                              Definition

                              基準値の大きいほうの値


                              測定量の値。値には、値の表示に暗黙の精度が含まれます。 / The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                              Short基準値の大きいほうの値数値(暗黙の精度を持つ) / Numerical value (with implicit precision)
                              Comments

                              値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                              Control10..1
                              Typedecimal
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Summarytrue
                              Requirements

                              精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1956. Observation.component.referenceRange.high.comparator
                              Definition

                              この文脈で使用することは許可されていません / Not allowed to be used in this context


                              値をどのように理解し、表現する必要があるか - 測定の問題により実際の値が記載されている値よりも大きいか小さいかどうか。例えばコンパレータが「<」の場合、実際の値は<stated値です。 / How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                              Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                              Control0..01
                              BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
                              (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                              数量の評価解釈コード / How the Quantity should be understood and represented.

                              Typecode
                              Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summarytrue
                              Requirements

                              測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                              Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1958. Observation.component.referenceRange.high.unit
                              Definition

                              基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。


                              ユニットの人間の読み取り可能な形式。 / A human-readable form of the unit.

                              Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。ユニット表現 / Unit representation
                              Control0..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Summarytrue
                              Requirements

                              測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1960. Observation.component.referenceRange.high.system
                              Definition

                              基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。


                              ユニットのコード化された形式を提供するシステムの識別。 / The identification of the system that provides the coded form of the unit.

                              Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。コード化されたユニットフォームを定義するシステム / System that defines coded unit form
                              Control0..1
                              This element is affected by the following invariants: qty-3
                              Typeuri
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Summarytrue
                              Requirements

                              ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                              Pattern Valuehttp://unitsofmeasure.org
                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1962. Observation.component.referenceRange.high.code
                              Definition

                              基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。


                              一部のユニット表現システムのユニットのコンピューター処理可能な形式。 / A computer processable form of the unit in some unit representation system.

                              Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。ユニットのコード化された形式 / Coded form of the unit
                              Comments

                              優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                              Control0..1
                              Typecode
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Summarytrue
                              Requirements

                              すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              1964. Observation.component.referenceRange.text
                              Definition

                              量的範囲で表せない場合などに使用する。


                              テキストベースの参照範囲の観測では、定量的範囲が観測に適していない場合に使用される場合があります。例は、「ネガティブ」の参照値、または「通常」のリストまたはテーブルです。 / Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of "Negative" or a list or table of "normals".

                              Short観察中のテキストベースの参照範囲 / Text based reference range in an observation
                              Comments

                              Note that FHIR strings SHALL NOT exceed 1MB in size

                              Control0..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Summaryfalse
                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

                              Guidance on how to interpret the contents of this table can be foundhere

                              0. Observation
                              Definition

                              診療情報における検体検査結果/感染症検体検査結果の格納に使用する

                              Short診療情報における検体検査結果/感染症検体検査結果の格納に使用する
                              Comments

                              このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

                              Invariantsneeds-performer-on-CLINS: 注意喚起:このリソースでは、電子カルテ情報共有サービスの5情報送信の場合にはperformerが必要であるが存在しません。CLINS送信でなければ問題ありません。 (performer.exists())
                              referenceRangeLowUnits-isSameAs-resultValueUnits: 基準値lowの単位情報は検査結果値の単位情報と完全に同一でなければならない。 (((referenceRange.low.unit.exists() implies (value.ofType(Quantity).unit.exists() and (value.ofType(Quantity).unit = referenceRange.low.unit))) and (referenceRange.low.code.exists() implies (value.ofType(Quantity).code.exists() and (value.ofType(Quantity).code = referenceRange.low.code)))))
                              referenceRangeHighUnits-isSameAs-resultValueUnits: 基準値highの単位情報は検査結果値の単位情報と完全に同一でなければならない。 (((referenceRange.high.unit.exists() implies (value.ofType(Quantity).unit.exists() and (value.ofType(Quantity).unit = referenceRange.high.unit))) and (referenceRange.high.code.exists() implies (value.ofType(Quantity).code.exists() and (value.ofType(Quantity).code = referenceRange.high.code)))))
                              warn-localCode-observation-laboresult: 注意喚起:このリソースでは、電子カルテ情報共有サービスの5情報送信の場合にはObservation.code.codingにローカルコード記述が必要であるが存在していません。CLINS送信でなければ問題ありません。 (code.coding.where(system ='http://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS').exists())
                              2. Observation.meta
                              Control1..?
                              Must Supporttrue
                              4. Observation.meta.versionId
                              Definition

                              バージョン固有の識別子

                              Shortバージョン固有の識別子
                              6. Observation.meta.lastUpdated
                              Definition

                              このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00

                              Shortこのリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00
                              Comments

                              この要素は、このリソースのデータを取り込んで蓄積していたシステムが、このリソースになんらかの変更があった可能性があった日時を取得し、このデータを再取り込みする必要性の判断をするために使われる。本要素に前回取り込んだ時点より後の日時が設定されている場合には、なんらかの変更があった可能性がある(変更がない場合もある)ものとして判断される。したがって、内容になんらかの変更があった場合、またはこのリソースのデータが初めて作成された場合には、その時点以降の日時(たとえば、このリソースのデータを作成した日時)を設定しなければならない。内容の変更がない場合でも、このリソースのデータが作り直された場合や単に複写された場合にその日時を設定しなおしてもよい。ただし、内容に変更がないのであれば、日時を変更しなくてもよい。また、この要素の変更とmeta.versionIdの変更とは、必ずしも連動しないことがある。

                              Control1..?
                              Must Supporttrue
                              8. Observation.meta.profile
                              Definition

                              本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS|x.y.z を設定する。

                              Short本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS|x.y.z を設定する。
                              Control1..?
                              Must Supporttrue
                              10. Observation.meta.tag
                              Definition

                              電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。

                              Short電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。
                              SlicingThis element introduces a set of slices on Observation.meta.tag. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • value @ system
                              • 12. Observation.meta.tag:lts
                                Slice Namelts
                                Definition

                                電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。

                                Short電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。
                                Control0..1
                                Must Supporttrue
                                14. Observation.meta.tag:lts.id
                                Control0..0
                                16. Observation.meta.tag:lts.extension
                                Control0..0
                                18. Observation.meta.tag:lts.system
                                Definition

                                固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。

                                Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。
                                Control1..?
                                Must Supporttrue
                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication
                                20. Observation.meta.tag:lts.version
                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                Control0..0
                                22. Observation.meta.tag:lts.code
                                Definition

                                長期保存フラグ 固定値 LTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)

                                Short長期保存フラグ 固定値 LTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)
                                Control1..?
                                BindingThe codes SHALL be taken from 長期保存のためのフラグコード valueSet
                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_lts_indication)
                                Must Supporttrue
                                Pattern ValueLTS
                                24. Observation.meta.tag:lts.userSelected
                                Control0..0
                                26. Observation.contained
                                SlicingThis element introduces a set of slices on Observation.contained. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • profile @ $this
                                • 28. Observation.contained:encounter
                                  Slice Nameencounter
                                  Definition

                                  【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース

                                  Short【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース
                                  Comments

                                  電子カルテ情報共有サービスでは必須。encounter要素から参照される場合には、そのJP_Encounterリソースの実体。JP_Encounterリソースにおける必要最小限の要素だけが含まれればよい。ここで埋め込まれるJP_Encounterリソースでは、Encounter.classにこの情報を記録したときの受診情報(入外区分など)を記述して使用する。

                                  Control0..1
                                  TypeEncounter(JP Core Encounter Profile, JP_Encounter-eCS)
                                  Must Supporttrue
                                  Must Support TypesNo must-support rules about the choice of types/profiles
                                  30. Observation.contained:specimen
                                  Slice Namespecimen
                                  Definition

                                  検体材料情報をコンパクトに格納したSpecimenリソース

                                  Short検体材料情報をコンパクトに格納したSpecimenリソース
                                  Comments

                                  specimen要素から参照される場合には、そのJP_Organizationリソースの実体。JP_Organizationリソースにおける必要最小限の要素だけが含まれればよい。specimen要素ではContainedリソースを参照する方法ではなくspecimen要素に検体材料名だけを記述することもできるので、その場合にはこのContainedリソースは不要。

                                  Control0..1
                                  TypeSpecimen(JP_Specimen)
                                  Must Supporttrue
                                  32. Observation.contained:performer
                                  Slice Nameperformer
                                  Definition

                                  【電子カルテ情報共有サービス(5情報送信)では必須】検査オーダを作成したときの作成医療者情報をコンパクトに格納したPractitionerリソース

                                  Short【電子カルテ情報共有サービス(5情報送信)では必須】検査オーダを作成したときの作成医療者情報をコンパクトに格納したPractitionerリソース
                                  Comments

                                  performer要素から参照される場合には、そのJP_Practitionerリソースの実体。JP_Practitionerリソースにおける必要最小限の要素、医療者識別情報だけが含まれればよい。電子カルテ情報サービスでは必須。

                                  Control0..1
                                  TypePractitioner(JP Core Practitioner Profile)
                                  Must Supporttrue
                                  34. Observation.contained:order
                                  Slice Nameorder
                                  Definition

                                  診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース

                                  Short診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース
                                  Comments

                                  basedOn要素から参照される場合には、そのJP_ServiceRequestリソースの実体。JP_ServiceRequestリソースにおける必要最小限の要素だけが含まれればよい。

                                  Control0..1
                                  TypeServiceRequest(JP_ServiceRequest)
                                  Must Supporttrue
                                  36. Observation.extension
                                  SlicingThis element introduces a set of slices on Observation.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • value @ url
                                  • 38. Observation.extension:eCS_InstitutionNumber
                                    Slice NameeCS_InstitutionNumber
                                    Definition

                                    【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した医療機関の識別番号を記述するために使用する拡張「eCS_InstitutionNumber」。 本情報は、ServiceRequestの要素として記述することも可能であるが、その場合もこの拡張で記述することとする。

                                    Short【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した医療機関の識別番号を記述するために使用する拡張「eCS_InstitutionNumber」。 本情報は、ServiceRequestの要素として記述することも可能であるが、その場合もこの拡張で記述することとする。
                                    Comments

                                    電子カルテ情報サービスでは、この拡張による記述は必須。医療機関10桁番号を示すsystem値は"http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no"を使用する。

                                    Control0..1
                                    TypeExtension(JP eCS InstitutionNumber Extension) (Extension Type: Identifier)
                                    Must Supporttrue
                                    40. Observation.extension:eCS_InstitutionNumber.value[x]
                                    Control1..?
                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                    Must Supporttrue
                                    42. Observation.extension:eCS_InstitutionNumber.value[x].system
                                    Control1..?
                                    Fixed Valuehttp://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no
                                    44. Observation.extension:eCS_InstitutionNumber.value[x].value
                                    Definition

                                    医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)

                                    Short医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)
                                    Control1..?
                                    Must Supporttrue
                                    46. Observation.extension:eCS_Department
                                    Slice NameeCS_Department
                                    Definition

                                    【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した診療科または作成発行者の診療科情報を記述するために使用する拡張「eCS_Department」

                                    Short【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した診療科または作成発行者の診療科情報を記述するために使用する拡張「eCS_Department」
                                    Comments

                                    電子カルテ情報サービスでは、この拡張による記述は必須。コード化する場合には、JAMI(SS-MIX2) 診療科コード表のsystem値"http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment"を使用する。診療科を記述する場合には、そのコード化の有無に関わらずtext要素による記述は必須。

                                    Control0..1
                                    TypeExtension(JP eCS Department Extension) (Extension Type: CodeableConcept)
                                    Must Supporttrue
                                    48. Observation.extension:eCS_Department.value[x]
                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                    50. Observation.extension:eCS_Department.value[x].text
                                    Control1..?
                                    52. Observation.identifier
                                    Definition

                                    このリソース情報の識別ID。

                                    Shortこのリソース情報の識別ID。
                                    Comments

                                    リソース一意識別IDの仕様は、「診療情報・サマリー汎用リソース一意識別ID仕様」を参照のこと。

                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                    Control1..?
                                    Must Supporttrue
                                    SlicingThis element introduces a set of slices on Observation.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • value @ system
                                    • 54. Observation.identifier:resourceIdentifier
                                      Slice NameresourceIdentifier
                                      NoteThis is a business identifier, not a resource identifier (see discussion)
                                      Control1..1
                                      Must Supporttrue
                                      56. Observation.identifier:resourceIdentifier.system
                                      Comments

                                      リソース一意識別IDのsystem値は"http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier" を設定する。

                                      Control1..?
                                      Pattern Valuehttp://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
                                      58. Observation.identifier:resourceIdentifier.value
                                      Definition

                                      「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。

                                      Short「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。
                                      Control1..?
                                      Must Supporttrue
                                      60. Observation.basedOn
                                      Comments

                                      記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。

                                      Control0..1
                                      TypeReference(JP_ServiceRequest)
                                      62. Observation.status
                                      Definition

                                      検査結果値の状態。

                                      Comments

                                      検査結果がある場合には、preliminary:暫定結果報告(このあとで本報告が予定される場合)、final:最終結果報告(このあと修正されることはもちろん事情によってはありうるが、この報告段階では確定結果として報告されている、corrected:定性報告(final報告を修正した、新しい結果が有効である)、のいずれかを使用する。検査結果がない場合には、registered : 結果未着、またはcancelled:検査中止(検体不良や検査機器エラーなどなんらかの原因で検査を実施しなかった、またはこの結果や検査実施が取り消されたので報告は取り消された、報告済みの以前の結果は無効である、間違っていたかもしれない)のどちらかを使用する。これら以外の状態コードは http://hl7.org/fhir/observation-status には定義されているが、意味的に紛らわしいので使わない。

                                      Must Supporttrue
                                      64. Observation.category
                                      Definition

                                      検査結果カテゴリーのコード。system=http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS code="laboratory"

                                      Short検査結果カテゴリーのコード。system=http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS code="laboratory"
                                      Control0..1
                                      Must Supporttrue
                                      66. Observation.code
                                      Definition

                                      検査項目のコードと名称

                                      Comments

                                      JLAC10必須の項目と任意の項目がある。

                                      Must Supporttrue
                                      68. Observation.code.coding
                                      Definition

                                      検査項目のコード情報。All Slicesの多重度表示に関わらず、coding.system、coding.code、coding.displayはの正しい多重度は1..1である。(本ガイド生成過程の問題によりAll Slicesのこれらの多重度は0..1と表示されている)

                                      Short検査項目のコード情報。All Slicesの多重度表示に関わらず、coding.system、coding.code、coding.displayはの正しい多重度は1..1である。(本ガイド生成過程の問題によりAll Slicesのこれらの多重度は0..1と表示されている)
                                      Must Supporttrue
                                      SlicingThis element introduces a set of slices on Observation.code.coding. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • value @ system
                                      • value @ display
                                      • 70. Observation.code.coding.system
                                        Control1..?
                                        Must Supporttrue
                                        72. Observation.code.coding.code
                                        Control1..?
                                        Must Supporttrue
                                        74. Observation.code.coding.display
                                        Definition

                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                        Comments

                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                        Control1..?
                                        Must Supporttrue
                                        76. Observation.code.coding:jlac10LaboCode
                                        Slice Namejlac10LaboCode
                                        Control0..1
                                        BindingThe codes SHALL be taken from JP Core Observation LabResult Code ValueSet
                                        (required to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS)
                                        Must Supporttrue
                                        78. Observation.code.coding:jlac10LaboCode.system
                                        Fixed Valuehttp://medis.or.jp/CodeSystem/master-JLAC10-17digits
                                        80. Observation.code.coding:jlac10LaboCode.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        82. Observation.code.coding:unCoded
                                        Slice NameunCoded
                                        Control0..1
                                        Must Supporttrue
                                        84. Observation.code.coding:unCoded.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_Uncoded_CS
                                        86. Observation.code.coding:unCoded.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        88. Observation.code.coding:unCoded.code
                                        Fixed Value99999999999999999
                                        90. Observation.code.coding:unCoded.display
                                        Fixed Value未標準化コード項目(JLAC)
                                        92. Observation.code.coding:localLaboCode
                                        Slice NamelocalLaboCode
                                        Control0..1
                                        Must Supporttrue
                                        94. Observation.code.coding:localLaboCode.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS
                                        96. Observation.code.coding:localLaboCode.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        98. Observation.code.coding:coreLaboJLAC10/tp
                                        Slice NamecoreLaboJLAC10/tp
                                        Control0..1
                                        Must Supporttrue
                                        100. Observation.code.coding:coreLaboJLAC10/tp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        102. Observation.code.coding:coreLaboJLAC10/tp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        104. Observation.code.coding:coreLaboJLAC10/tp.code
                                        BindingThe codes SHALL be taken from CLINS: TP ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tp_VS)
                                        106. Observation.code.coding:coreLaboJLAC10/tp.display
                                        Fixed ValueTP
                                        108. Observation.code.coding:coreLaboJLAC11/tp
                                        Slice NamecoreLaboJLAC11/tp
                                        Control0..1
                                        Must Supporttrue
                                        110. Observation.code.coding:coreLaboJLAC11/tp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        112. Observation.code.coding:coreLaboJLAC11/tp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        114. Observation.code.coding:coreLaboJLAC11/tp.code
                                        BindingThe codes SHALL be taken from CLINS: TP ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tp_VS)
                                        116. Observation.code.coding:coreLaboJLAC11/tp.display
                                        Fixed ValueTP
                                        118. Observation.code.coding:coreLaboJLAC10/alb
                                        Slice NamecoreLaboJLAC10/alb
                                        Control0..1
                                        Must Supporttrue
                                        120. Observation.code.coding:coreLaboJLAC10/alb.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        122. Observation.code.coding:coreLaboJLAC10/alb.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        124. Observation.code.coding:coreLaboJLAC10/alb.code
                                        BindingThe codes SHALL be taken from CLINS: ALB ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alb_VS)
                                        126. Observation.code.coding:coreLaboJLAC10/alb.display
                                        Fixed ValueALB
                                        128. Observation.code.coding:coreLaboJLAC11/alb
                                        Slice NamecoreLaboJLAC11/alb
                                        Control0..1
                                        Must Supporttrue
                                        130. Observation.code.coding:coreLaboJLAC11/alb.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        132. Observation.code.coding:coreLaboJLAC11/alb.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        134. Observation.code.coding:coreLaboJLAC11/alb.code
                                        BindingThe codes SHALL be taken from CLINS: ALB ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alb_VS)
                                        136. Observation.code.coding:coreLaboJLAC11/alb.display
                                        Fixed ValueALB
                                        138. Observation.code.coding:coreLaboJLAC10/ck
                                        Slice NamecoreLaboJLAC10/ck
                                        Control0..1
                                        Must Supporttrue
                                        140. Observation.code.coding:coreLaboJLAC10/ck.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        142. Observation.code.coding:coreLaboJLAC10/ck.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        144. Observation.code.coding:coreLaboJLAC10/ck.code
                                        BindingThe codes SHALL be taken from CLINS: CK ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ck_VS)
                                        146. Observation.code.coding:coreLaboJLAC10/ck.display
                                        Fixed ValueCK
                                        148. Observation.code.coding:coreLaboJLAC11/ck
                                        Slice NamecoreLaboJLAC11/ck
                                        Control0..1
                                        Must Supporttrue
                                        150. Observation.code.coding:coreLaboJLAC11/ck.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        152. Observation.code.coding:coreLaboJLAC11/ck.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        154. Observation.code.coding:coreLaboJLAC11/ck.code
                                        BindingThe codes SHALL be taken from CLINS: CK ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ck_VS)
                                        156. Observation.code.coding:coreLaboJLAC11/ck.display
                                        Fixed ValueCK
                                        158. Observation.code.coding:coreLaboJLAC10/ast
                                        Slice NamecoreLaboJLAC10/ast
                                        Control0..1
                                        Must Supporttrue
                                        160. Observation.code.coding:coreLaboJLAC10/ast.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        162. Observation.code.coding:coreLaboJLAC10/ast.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        164. Observation.code.coding:coreLaboJLAC10/ast.code
                                        BindingThe codes SHALL be taken from CLINS: AST ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ast_VS)
                                        166. Observation.code.coding:coreLaboJLAC10/ast.display
                                        Fixed ValueAST
                                        168. Observation.code.coding:coreLaboJLAC11/ast
                                        Slice NamecoreLaboJLAC11/ast
                                        Control0..1
                                        Must Supporttrue
                                        170. Observation.code.coding:coreLaboJLAC11/ast.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        172. Observation.code.coding:coreLaboJLAC11/ast.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        174. Observation.code.coding:coreLaboJLAC11/ast.code
                                        BindingThe codes SHALL be taken from CLINS: AST ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ast_VS)
                                        176. Observation.code.coding:coreLaboJLAC11/ast.display
                                        Fixed ValueAST
                                        178. Observation.code.coding:coreLaboJLAC10/alt
                                        Slice NamecoreLaboJLAC10/alt
                                        Control0..1
                                        Must Supporttrue
                                        180. Observation.code.coding:coreLaboJLAC10/alt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        182. Observation.code.coding:coreLaboJLAC10/alt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        184. Observation.code.coding:coreLaboJLAC10/alt.code
                                        BindingThe codes SHALL be taken from CLINS: ALT ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alt_VS)
                                        186. Observation.code.coding:coreLaboJLAC10/alt.display
                                        Fixed ValueALT
                                        188. Observation.code.coding:coreLaboJLAC11/alt
                                        Slice NamecoreLaboJLAC11/alt
                                        Control0..1
                                        Must Supporttrue
                                        190. Observation.code.coding:coreLaboJLAC11/alt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        192. Observation.code.coding:coreLaboJLAC11/alt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        194. Observation.code.coding:coreLaboJLAC11/alt.code
                                        BindingThe codes SHALL be taken from CLINS: ALT ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alt_VS)
                                        196. Observation.code.coding:coreLaboJLAC11/alt.display
                                        Fixed ValueALT
                                        198. Observation.code.coding:coreLaboJLAC10/ld
                                        Slice NamecoreLaboJLAC10/ld
                                        Control0..1
                                        Must Supporttrue
                                        200. Observation.code.coding:coreLaboJLAC10/ld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        202. Observation.code.coding:coreLaboJLAC10/ld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        204. Observation.code.coding:coreLaboJLAC10/ld.code
                                        BindingThe codes SHALL be taken from CLINS: LD ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ld_VS)
                                        206. Observation.code.coding:coreLaboJLAC10/ld.display
                                        Fixed ValueLD
                                        208. Observation.code.coding:coreLaboJLAC11/ld
                                        Slice NamecoreLaboJLAC11/ld
                                        Control0..1
                                        Must Supporttrue
                                        210. Observation.code.coding:coreLaboJLAC11/ld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        212. Observation.code.coding:coreLaboJLAC11/ld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        214. Observation.code.coding:coreLaboJLAC11/ld.code
                                        BindingThe codes SHALL be taken from CLINS: LD ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ld_VS)
                                        216. Observation.code.coding:coreLaboJLAC11/ld.display
                                        Fixed ValueLD
                                        218. Observation.code.coding:coreLaboJLAC10/alp
                                        Slice NamecoreLaboJLAC10/alp
                                        Control0..1
                                        Must Supporttrue
                                        220. Observation.code.coding:coreLaboJLAC10/alp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        222. Observation.code.coding:coreLaboJLAC10/alp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        224. Observation.code.coding:coreLaboJLAC10/alp.code
                                        BindingThe codes SHALL be taken from CLINS: ALP ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alp_VS)
                                        226. Observation.code.coding:coreLaboJLAC10/alp.display
                                        Fixed ValueALP
                                        228. Observation.code.coding:coreLaboJLAC11/alp
                                        Slice NamecoreLaboJLAC11/alp
                                        Control0..1
                                        Must Supporttrue
                                        230. Observation.code.coding:coreLaboJLAC11/alp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        232. Observation.code.coding:coreLaboJLAC11/alp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        234. Observation.code.coding:coreLaboJLAC11/alp.code
                                        BindingThe codes SHALL be taken from CLINS: ALP ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alp_VS)
                                        236. Observation.code.coding:coreLaboJLAC11/alp.display
                                        Fixed ValueALP
                                        238. Observation.code.coding:coreLaboJLAC10/ggt
                                        Slice NamecoreLaboJLAC10/ggt
                                        Control0..1
                                        Must Supporttrue
                                        240. Observation.code.coding:coreLaboJLAC10/ggt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        242. Observation.code.coding:coreLaboJLAC10/ggt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        244. Observation.code.coding:coreLaboJLAC10/ggt.code
                                        BindingThe codes SHALL be taken from CLINS: GGT ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS)
                                        246. Observation.code.coding:coreLaboJLAC10/ggt.display
                                        Fixed ValueGGT
                                        248. Observation.code.coding:coreLaboJLAC11/ggt
                                        Slice NamecoreLaboJLAC11/ggt
                                        Control0..1
                                        Must Supporttrue
                                        250. Observation.code.coding:coreLaboJLAC11/ggt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        252. Observation.code.coding:coreLaboJLAC11/ggt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        254. Observation.code.coding:coreLaboJLAC11/ggt.code
                                        BindingThe codes SHALL be taken from CLINS: GGT ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS)
                                        256. Observation.code.coding:coreLaboJLAC11/ggt.display
                                        Fixed ValueGGT
                                        258. Observation.code.coding:coreLaboJLAC10/che
                                        Slice NamecoreLaboJLAC10/che
                                        Control0..1
                                        Must Supporttrue
                                        260. Observation.code.coding:coreLaboJLAC10/che.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        262. Observation.code.coding:coreLaboJLAC10/che.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        264. Observation.code.coding:coreLaboJLAC10/che.code
                                        BindingThe codes SHALL be taken from CLINS: ChE ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_che_VS)
                                        266. Observation.code.coding:coreLaboJLAC10/che.display
                                        Fixed ValueChE
                                        268. Observation.code.coding:coreLaboJLAC11/che
                                        Slice NamecoreLaboJLAC11/che
                                        Control0..1
                                        Must Supporttrue
                                        270. Observation.code.coding:coreLaboJLAC11/che.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        272. Observation.code.coding:coreLaboJLAC11/che.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        274. Observation.code.coding:coreLaboJLAC11/che.code
                                        BindingThe codes SHALL be taken from CLINS: ChE ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_che_VS)
                                        276. Observation.code.coding:coreLaboJLAC11/che.display
                                        Fixed ValueChE
                                        278. Observation.code.coding:coreLaboJLAC10/amy
                                        Slice NamecoreLaboJLAC10/amy
                                        Control0..1
                                        Must Supporttrue
                                        280. Observation.code.coding:coreLaboJLAC10/amy.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        282. Observation.code.coding:coreLaboJLAC10/amy.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        284. Observation.code.coding:coreLaboJLAC10/amy.code
                                        BindingThe codes SHALL be taken from CLINS: AMY ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_amy_VS)
                                        286. Observation.code.coding:coreLaboJLAC10/amy.display
                                        Fixed ValueAMY
                                        288. Observation.code.coding:coreLaboJLAC11/amy
                                        Slice NamecoreLaboJLAC11/amy
                                        Control0..1
                                        Must Supporttrue
                                        290. Observation.code.coding:coreLaboJLAC11/amy.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        292. Observation.code.coding:coreLaboJLAC11/amy.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        294. Observation.code.coding:coreLaboJLAC11/amy.code
                                        BindingThe codes SHALL be taken from CLINS: AMY ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_amy_VS)
                                        296. Observation.code.coding:coreLaboJLAC11/amy.display
                                        Fixed ValueAMY
                                        298. Observation.code.coding:coreLaboJLAC10/cre
                                        Slice NamecoreLaboJLAC10/cre
                                        Control0..1
                                        Must Supporttrue
                                        300. Observation.code.coding:coreLaboJLAC10/cre.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        302. Observation.code.coding:coreLaboJLAC10/cre.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        304. Observation.code.coding:coreLaboJLAC10/cre.code
                                        BindingThe codes SHALL be taken from CLINS: Cre ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cre_VS)
                                        306. Observation.code.coding:coreLaboJLAC10/cre.display
                                        Fixed ValueCre
                                        308. Observation.code.coding:coreLaboJLAC11/cre
                                        Slice NamecoreLaboJLAC11/cre
                                        Control0..1
                                        Must Supporttrue
                                        310. Observation.code.coding:coreLaboJLAC11/cre.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        312. Observation.code.coding:coreLaboJLAC11/cre.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        314. Observation.code.coding:coreLaboJLAC11/cre.code
                                        BindingThe codes SHALL be taken from CLINS: Cre ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cre_VS)
                                        316. Observation.code.coding:coreLaboJLAC11/cre.display
                                        Fixed ValueCre
                                        318. Observation.code.coding:coreLaboJLAC10/cys-c
                                        Slice NamecoreLaboJLAC10/cys-c
                                        Control0..1
                                        Must Supporttrue
                                        320. Observation.code.coding:coreLaboJLAC10/cys-c.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        322. Observation.code.coding:coreLaboJLAC10/cys-c.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        324. Observation.code.coding:coreLaboJLAC10/cys-c.code
                                        BindingThe codes SHALL be taken from CLINS: Cys-C ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS)
                                        326. Observation.code.coding:coreLaboJLAC10/cys-c.display
                                        Fixed ValueCys-C
                                        328. Observation.code.coding:coreLaboJLAC11/cys-c
                                        Slice NamecoreLaboJLAC11/cys-c
                                        Control0..1
                                        Must Supporttrue
                                        330. Observation.code.coding:coreLaboJLAC11/cys-c.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        332. Observation.code.coding:coreLaboJLAC11/cys-c.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        334. Observation.code.coding:coreLaboJLAC11/cys-c.code
                                        BindingThe codes SHALL be taken from CLINS: Cys-C ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS)
                                        336. Observation.code.coding:coreLaboJLAC11/cys-c.display
                                        Fixed ValueCys-C
                                        338. Observation.code.coding:coreLaboJLAC10/ua
                                        Slice NamecoreLaboJLAC10/ua
                                        Control0..1
                                        Must Supporttrue
                                        340. Observation.code.coding:coreLaboJLAC10/ua.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        342. Observation.code.coding:coreLaboJLAC10/ua.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        344. Observation.code.coding:coreLaboJLAC10/ua.code
                                        BindingThe codes SHALL be taken from CLINS: UA ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ua_VS)
                                        346. Observation.code.coding:coreLaboJLAC10/ua.display
                                        Fixed ValueUA
                                        348. Observation.code.coding:coreLaboJLAC11/ua
                                        Slice NamecoreLaboJLAC11/ua
                                        Control0..1
                                        Must Supporttrue
                                        350. Observation.code.coding:coreLaboJLAC11/ua.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        352. Observation.code.coding:coreLaboJLAC11/ua.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        354. Observation.code.coding:coreLaboJLAC11/ua.code
                                        BindingThe codes SHALL be taken from CLINS: UA ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ua_VS)
                                        356. Observation.code.coding:coreLaboJLAC11/ua.display
                                        Fixed ValueUA
                                        358. Observation.code.coding:coreLaboJLAC10/bun
                                        Slice NamecoreLaboJLAC10/bun
                                        Control0..1
                                        Must Supporttrue
                                        360. Observation.code.coding:coreLaboJLAC10/bun.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        362. Observation.code.coding:coreLaboJLAC10/bun.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        364. Observation.code.coding:coreLaboJLAC10/bun.code
                                        BindingThe codes SHALL be taken from CLINS: BUN ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bun_VS)
                                        366. Observation.code.coding:coreLaboJLAC10/bun.display
                                        Fixed ValueBUN
                                        368. Observation.code.coding:coreLaboJLAC11/bun
                                        Slice NamecoreLaboJLAC11/bun
                                        Control0..1
                                        Must Supporttrue
                                        370. Observation.code.coding:coreLaboJLAC11/bun.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        372. Observation.code.coding:coreLaboJLAC11/bun.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        374. Observation.code.coding:coreLaboJLAC11/bun.code
                                        BindingThe codes SHALL be taken from CLINS: BUN ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bun_VS)
                                        376. Observation.code.coding:coreLaboJLAC11/bun.display
                                        Fixed ValueBUN
                                        378. Observation.code.coding:coreLaboJLAC10/bg
                                        Slice NamecoreLaboJLAC10/bg
                                        Control0..1
                                        Must Supporttrue
                                        380. Observation.code.coding:coreLaboJLAC10/bg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        382. Observation.code.coding:coreLaboJLAC10/bg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        384. Observation.code.coding:coreLaboJLAC10/bg.code
                                        BindingThe codes SHALL be taken from CLINS: BG ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bg_VS)
                                        386. Observation.code.coding:coreLaboJLAC10/bg.display
                                        Fixed ValueBG
                                        388. Observation.code.coding:coreLaboJLAC11/bg
                                        Slice NamecoreLaboJLAC11/bg
                                        Control0..1
                                        Must Supporttrue
                                        390. Observation.code.coding:coreLaboJLAC11/bg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        392. Observation.code.coding:coreLaboJLAC11/bg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        394. Observation.code.coding:coreLaboJLAC11/bg.code
                                        BindingThe codes SHALL be taken from CLINS: BG ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bg_VS)
                                        396. Observation.code.coding:coreLaboJLAC11/bg.display
                                        Fixed ValueBG
                                        398. Observation.code.coding:coreLaboJLAC10/fbg
                                        Slice NamecoreLaboJLAC10/fbg
                                        Control0..1
                                        Must Supporttrue
                                        400. Observation.code.coding:coreLaboJLAC10/fbg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        402. Observation.code.coding:coreLaboJLAC10/fbg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        404. Observation.code.coding:coreLaboJLAC10/fbg.code
                                        BindingThe codes SHALL be taken from CLINS: FBG ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS)
                                        406. Observation.code.coding:coreLaboJLAC10/fbg.display
                                        Fixed ValueFBG
                                        408. Observation.code.coding:coreLaboJLAC11/fbg
                                        Slice NamecoreLaboJLAC11/fbg
                                        Control0..1
                                        Must Supporttrue
                                        410. Observation.code.coding:coreLaboJLAC11/fbg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        412. Observation.code.coding:coreLaboJLAC11/fbg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        414. Observation.code.coding:coreLaboJLAC11/fbg.code
                                        BindingThe codes SHALL be taken from CLINS: FBG ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS)
                                        416. Observation.code.coding:coreLaboJLAC11/fbg.display
                                        Fixed ValueFBG
                                        418. Observation.code.coding:coreLaboJLAC10/cbg
                                        Slice NamecoreLaboJLAC10/cbg
                                        Control0..1
                                        Must Supporttrue
                                        420. Observation.code.coding:coreLaboJLAC10/cbg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        422. Observation.code.coding:coreLaboJLAC10/cbg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        424. Observation.code.coding:coreLaboJLAC10/cbg.code
                                        BindingThe codes SHALL be taken from CLINS: CBG ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS)
                                        426. Observation.code.coding:coreLaboJLAC10/cbg.display
                                        Fixed ValueCBG
                                        428. Observation.code.coding:coreLaboJLAC11/cbg
                                        Slice NamecoreLaboJLAC11/cbg
                                        Control0..1
                                        Must Supporttrue
                                        430. Observation.code.coding:coreLaboJLAC11/cbg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        432. Observation.code.coding:coreLaboJLAC11/cbg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        434. Observation.code.coding:coreLaboJLAC11/cbg.code
                                        BindingThe codes SHALL be taken from CLINS: CBG ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS)
                                        436. Observation.code.coding:coreLaboJLAC11/cbg.display
                                        Fixed ValueCBG
                                        438. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp
                                        Slice NamecoreLaboJLAC10/hba1c-ngsp
                                        Control0..1
                                        Must Supporttrue
                                        440. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        442. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        444. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.code
                                        BindingThe codes SHALL be taken from CLINS: HbA1c-NGSP ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS)
                                        446. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.display
                                        Fixed ValueHbA1c-NGSP
                                        448. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp
                                        Slice NamecoreLaboJLAC11/hba1c-ngsp
                                        Control0..1
                                        Must Supporttrue
                                        450. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        452. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        454. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.code
                                        BindingThe codes SHALL be taken from CLINS: HbA1c-NGSP ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS)
                                        456. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.display
                                        Fixed ValueHbA1c-NGSP
                                        458. Observation.code.coding:coreLaboJLAC10/tg
                                        Slice NamecoreLaboJLAC10/tg
                                        Control0..1
                                        Must Supporttrue
                                        460. Observation.code.coding:coreLaboJLAC10/tg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        462. Observation.code.coding:coreLaboJLAC10/tg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        464. Observation.code.coding:coreLaboJLAC10/tg.code
                                        BindingThe codes SHALL be taken from CLINS: TG ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tg_VS)
                                        466. Observation.code.coding:coreLaboJLAC10/tg.display
                                        Fixed ValueTG
                                        468. Observation.code.coding:coreLaboJLAC11/tg
                                        Slice NamecoreLaboJLAC11/tg
                                        Control0..1
                                        Must Supporttrue
                                        470. Observation.code.coding:coreLaboJLAC11/tg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        472. Observation.code.coding:coreLaboJLAC11/tg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        474. Observation.code.coding:coreLaboJLAC11/tg.code
                                        BindingThe codes SHALL be taken from CLINS: TG ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tg_VS)
                                        476. Observation.code.coding:coreLaboJLAC11/tg.display
                                        Fixed ValueTG
                                        478. Observation.code.coding:coreLaboJLAC10/ftg
                                        Slice NamecoreLaboJLAC10/ftg
                                        Control0..1
                                        Must Supporttrue
                                        480. Observation.code.coding:coreLaboJLAC10/ftg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        482. Observation.code.coding:coreLaboJLAC10/ftg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        484. Observation.code.coding:coreLaboJLAC10/ftg.code
                                        BindingThe codes SHALL be taken from CLINS: 空腹時中性脂肪FTG ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS)
                                        486. Observation.code.coding:coreLaboJLAC10/ftg.display
                                        Fixed ValueFTG
                                        488. Observation.code.coding:coreLaboJLAC11/ftg
                                        Slice NamecoreLaboJLAC11/ftg
                                        Control0..1
                                        Must Supporttrue
                                        490. Observation.code.coding:coreLaboJLAC11/ftg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        492. Observation.code.coding:coreLaboJLAC11/ftg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        494. Observation.code.coding:coreLaboJLAC11/ftg.code
                                        BindingThe codes SHALL be taken from CLINS: 空腹時中性脂肪FTG ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS)
                                        496. Observation.code.coding:coreLaboJLAC11/ftg.display
                                        Fixed ValueFTG
                                        498. Observation.code.coding:coreLaboJLAC10/ctg
                                        Slice NamecoreLaboJLAC10/ctg
                                        Control0..1
                                        Must Supporttrue
                                        500. Observation.code.coding:coreLaboJLAC10/ctg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        502. Observation.code.coding:coreLaboJLAC10/ctg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        504. Observation.code.coding:coreLaboJLAC10/ctg.code
                                        BindingThe codes SHALL be taken from CLINS: 随時中性脂肪CTG ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS)
                                        506. Observation.code.coding:coreLaboJLAC10/ctg.display
                                        Fixed ValueCTG
                                        508. Observation.code.coding:coreLaboJLAC11/ctg
                                        Slice NamecoreLaboJLAC11/ctg
                                        Control0..1
                                        Must Supporttrue
                                        510. Observation.code.coding:coreLaboJLAC11/ctg.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        512. Observation.code.coding:coreLaboJLAC11/ctg.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        514. Observation.code.coding:coreLaboJLAC11/ctg.code
                                        BindingThe codes SHALL be taken from CLINS: 随時中性脂肪CTG ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS)
                                        516. Observation.code.coding:coreLaboJLAC11/ctg.display
                                        Fixed ValueCTG
                                        518. Observation.code.coding:coreLaboJLAC10/t-cho
                                        Slice NamecoreLaboJLAC10/t-cho
                                        Control0..1
                                        Must Supporttrue
                                        520. Observation.code.coding:coreLaboJLAC10/t-cho.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        522. Observation.code.coding:coreLaboJLAC10/t-cho.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        524. Observation.code.coding:coreLaboJLAC10/t-cho.code
                                        BindingThe codes SHALL be taken from CLINS: T-CHO ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS)
                                        526. Observation.code.coding:coreLaboJLAC10/t-cho.display
                                        Fixed ValueT-CHO
                                        528. Observation.code.coding:coreLaboJLAC11/t-cho
                                        Slice NamecoreLaboJLAC11/t-cho
                                        Control0..1
                                        Must Supporttrue
                                        530. Observation.code.coding:coreLaboJLAC11/t-cho.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        532. Observation.code.coding:coreLaboJLAC11/t-cho.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        534. Observation.code.coding:coreLaboJLAC11/t-cho.code
                                        BindingThe codes SHALL be taken from CLINS: T-CHO ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS)
                                        536. Observation.code.coding:coreLaboJLAC11/t-cho.display
                                        Fixed ValueT-CHO
                                        538. Observation.code.coding:coreLaboJLAC10/hdl-c
                                        Slice NamecoreLaboJLAC10/hdl-c
                                        Control0..1
                                        Must Supporttrue
                                        540. Observation.code.coding:coreLaboJLAC10/hdl-c.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        542. Observation.code.coding:coreLaboJLAC10/hdl-c.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        544. Observation.code.coding:coreLaboJLAC10/hdl-c.code
                                        BindingThe codes SHALL be taken from CLINS: HDL-C ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS)
                                        546. Observation.code.coding:coreLaboJLAC10/hdl-c.display
                                        Fixed ValueHDL-C
                                        548. Observation.code.coding:coreLaboJLAC11/hdl-c
                                        Slice NamecoreLaboJLAC11/hdl-c
                                        Control0..1
                                        Must Supporttrue
                                        550. Observation.code.coding:coreLaboJLAC11/hdl-c.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        552. Observation.code.coding:coreLaboJLAC11/hdl-c.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        554. Observation.code.coding:coreLaboJLAC11/hdl-c.code
                                        BindingThe codes SHALL be taken from CLINS: HDL-C ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS)
                                        556. Observation.code.coding:coreLaboJLAC11/hdl-c.display
                                        Fixed ValueHDL-C
                                        558. Observation.code.coding:coreLaboJLAC10/ldl-c
                                        Slice NamecoreLaboJLAC10/ldl-c
                                        Control0..1
                                        Must Supporttrue
                                        560. Observation.code.coding:coreLaboJLAC10/ldl-c.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        562. Observation.code.coding:coreLaboJLAC10/ldl-c.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        564. Observation.code.coding:coreLaboJLAC10/ldl-c.code
                                        BindingThe codes SHALL be taken from CLINS: LDL-C ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS)
                                        566. Observation.code.coding:coreLaboJLAC10/ldl-c.display
                                        Fixed ValueLDL-C
                                        568. Observation.code.coding:coreLaboJLAC11/ldl-c
                                        Slice NamecoreLaboJLAC11/ldl-c
                                        Control0..1
                                        Must Supporttrue
                                        570. Observation.code.coding:coreLaboJLAC11/ldl-c.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        572. Observation.code.coding:coreLaboJLAC11/ldl-c.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        574. Observation.code.coding:coreLaboJLAC11/ldl-c.code
                                        BindingThe codes SHALL be taken from CLINS: LDL-C ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS)
                                        576. Observation.code.coding:coreLaboJLAC11/ldl-c.display
                                        Fixed ValueLDL-C
                                        578. Observation.code.coding:coreLaboJLAC10/na
                                        Slice NamecoreLaboJLAC10/na
                                        Control0..1
                                        Must Supporttrue
                                        580. Observation.code.coding:coreLaboJLAC10/na.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        582. Observation.code.coding:coreLaboJLAC10/na.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        584. Observation.code.coding:coreLaboJLAC10/na.code
                                        BindingThe codes SHALL be taken from CLINS: Na ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_na_VS)
                                        586. Observation.code.coding:coreLaboJLAC10/na.display
                                        Fixed ValueNa
                                        588. Observation.code.coding:coreLaboJLAC11/na
                                        Slice NamecoreLaboJLAC11/na
                                        Control0..1
                                        Must Supporttrue
                                        590. Observation.code.coding:coreLaboJLAC11/na.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        592. Observation.code.coding:coreLaboJLAC11/na.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        594. Observation.code.coding:coreLaboJLAC11/na.code
                                        BindingThe codes SHALL be taken from CLINS: Na ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_na_VS)
                                        596. Observation.code.coding:coreLaboJLAC11/na.display
                                        Fixed ValueNa
                                        598. Observation.code.coding:coreLaboJLAC10/k
                                        Slice NamecoreLaboJLAC10/k
                                        Control0..1
                                        Must Supporttrue
                                        600. Observation.code.coding:coreLaboJLAC10/k.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        602. Observation.code.coding:coreLaboJLAC10/k.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        604. Observation.code.coding:coreLaboJLAC10/k.code
                                        BindingThe codes SHALL be taken from CLINS: K ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_k_VS)
                                        606. Observation.code.coding:coreLaboJLAC10/k.display
                                        Fixed ValueK
                                        608. Observation.code.coding:coreLaboJLAC11/k
                                        Slice NamecoreLaboJLAC11/k
                                        Control0..1
                                        Must Supporttrue
                                        610. Observation.code.coding:coreLaboJLAC11/k.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        612. Observation.code.coding:coreLaboJLAC11/k.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        614. Observation.code.coding:coreLaboJLAC11/k.code
                                        BindingThe codes SHALL be taken from CLINS: K ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_k_VS)
                                        616. Observation.code.coding:coreLaboJLAC11/k.display
                                        Fixed ValueK
                                        618. Observation.code.coding:coreLaboJLAC10/cl
                                        Slice NamecoreLaboJLAC10/cl
                                        Control0..1
                                        Must Supporttrue
                                        620. Observation.code.coding:coreLaboJLAC10/cl.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        622. Observation.code.coding:coreLaboJLAC10/cl.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        624. Observation.code.coding:coreLaboJLAC10/cl.code
                                        BindingThe codes SHALL be taken from CLINS: Cl ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cl_VS)
                                        626. Observation.code.coding:coreLaboJLAC10/cl.display
                                        Fixed ValueCl
                                        628. Observation.code.coding:coreLaboJLAC11/cl
                                        Slice NamecoreLaboJLAC11/cl
                                        Control0..1
                                        Must Supporttrue
                                        630. Observation.code.coding:coreLaboJLAC11/cl.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        632. Observation.code.coding:coreLaboJLAC11/cl.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        634. Observation.code.coding:coreLaboJLAC11/cl.code
                                        BindingThe codes SHALL be taken from CLINS: Cl ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cl_VS)
                                        636. Observation.code.coding:coreLaboJLAC11/cl.display
                                        Fixed ValueCl
                                        638. Observation.code.coding:coreLaboJLAC10/ca
                                        Slice NamecoreLaboJLAC10/ca
                                        Control0..1
                                        Must Supporttrue
                                        640. Observation.code.coding:coreLaboJLAC10/ca.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        642. Observation.code.coding:coreLaboJLAC10/ca.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        644. Observation.code.coding:coreLaboJLAC10/ca.code
                                        BindingThe codes SHALL be taken from CLINS: Ca ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ca_VS)
                                        646. Observation.code.coding:coreLaboJLAC10/ca.display
                                        Fixed ValueCa
                                        648. Observation.code.coding:coreLaboJLAC11/ca
                                        Slice NamecoreLaboJLAC11/ca
                                        Control0..1
                                        Must Supporttrue
                                        650. Observation.code.coding:coreLaboJLAC11/ca.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        652. Observation.code.coding:coreLaboJLAC11/ca.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        654. Observation.code.coding:coreLaboJLAC11/ca.code
                                        BindingThe codes SHALL be taken from CLINS: Ca ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ca_VS)
                                        656. Observation.code.coding:coreLaboJLAC11/ca.display
                                        Fixed ValueCa
                                        658. Observation.code.coding:coreLaboJLAC10/t-bil
                                        Slice NamecoreLaboJLAC10/t-bil
                                        Control0..1
                                        Must Supporttrue
                                        660. Observation.code.coding:coreLaboJLAC10/t-bil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        662. Observation.code.coding:coreLaboJLAC10/t-bil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        664. Observation.code.coding:coreLaboJLAC10/t-bil.code
                                        BindingThe codes SHALL be taken from CLINS: T-Bil ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS)
                                        666. Observation.code.coding:coreLaboJLAC10/t-bil.display
                                        Fixed ValueT-Bil
                                        668. Observation.code.coding:coreLaboJLAC11/t-bil
                                        Slice NamecoreLaboJLAC11/t-bil
                                        Control0..1
                                        Must Supporttrue
                                        670. Observation.code.coding:coreLaboJLAC11/t-bil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        672. Observation.code.coding:coreLaboJLAC11/t-bil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        674. Observation.code.coding:coreLaboJLAC11/t-bil.code
                                        BindingThe codes SHALL be taken from CLINS: T-Bil ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS)
                                        676. Observation.code.coding:coreLaboJLAC11/t-bil.display
                                        Fixed ValueT-Bil
                                        678. Observation.code.coding:coreLaboJLAC10/d-bil
                                        Slice NamecoreLaboJLAC10/d-bil
                                        Control0..1
                                        Must Supporttrue
                                        680. Observation.code.coding:coreLaboJLAC10/d-bil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        682. Observation.code.coding:coreLaboJLAC10/d-bil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        684. Observation.code.coding:coreLaboJLAC10/d-bil.code
                                        BindingThe codes SHALL be taken from CLINS: D-Bil ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS)
                                        686. Observation.code.coding:coreLaboJLAC10/d-bil.display
                                        Fixed ValueD-Bil
                                        688. Observation.code.coding:coreLaboJLAC11/d-bil
                                        Slice NamecoreLaboJLAC11/d-bil
                                        Control0..1
                                        Must Supporttrue
                                        690. Observation.code.coding:coreLaboJLAC11/d-bil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        692. Observation.code.coding:coreLaboJLAC11/d-bil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        694. Observation.code.coding:coreLaboJLAC11/d-bil.code
                                        BindingThe codes SHALL be taken from CLINS: D-Bil ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS)
                                        696. Observation.code.coding:coreLaboJLAC11/d-bil.display
                                        Fixed ValueD-Bil
                                        698. Observation.code.coding:coreLaboJLAC10/wbc
                                        Slice NamecoreLaboJLAC10/wbc
                                        Control0..1
                                        Must Supporttrue
                                        700. Observation.code.coding:coreLaboJLAC10/wbc.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        702. Observation.code.coding:coreLaboJLAC10/wbc.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        704. Observation.code.coding:coreLaboJLAC10/wbc.code
                                        BindingThe codes SHALL be taken from CLINS: WBC ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS)
                                        706. Observation.code.coding:coreLaboJLAC10/wbc.display
                                        Fixed ValueWBC
                                        708. Observation.code.coding:coreLaboJLAC11/wbc
                                        Slice NamecoreLaboJLAC11/wbc
                                        Control0..1
                                        Must Supporttrue
                                        710. Observation.code.coding:coreLaboJLAC11/wbc.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        712. Observation.code.coding:coreLaboJLAC11/wbc.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        714. Observation.code.coding:coreLaboJLAC11/wbc.code
                                        BindingThe codes SHALL be taken from CLINS: WBC ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS)
                                        716. Observation.code.coding:coreLaboJLAC11/wbc.display
                                        Fixed ValueWBC
                                        718. Observation.code.coding:coreLaboJLAC10/rbc
                                        Slice NamecoreLaboJLAC10/rbc
                                        Control0..1
                                        Must Supporttrue
                                        720. Observation.code.coding:coreLaboJLAC10/rbc.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        722. Observation.code.coding:coreLaboJLAC10/rbc.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        724. Observation.code.coding:coreLaboJLAC10/rbc.code
                                        BindingThe codes SHALL be taken from CLINS: RBC ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS)
                                        726. Observation.code.coding:coreLaboJLAC10/rbc.display
                                        Fixed ValueRBC
                                        728. Observation.code.coding:coreLaboJLAC11/rbc
                                        Slice NamecoreLaboJLAC11/rbc
                                        Control0..1
                                        Must Supporttrue
                                        730. Observation.code.coding:coreLaboJLAC11/rbc.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        732. Observation.code.coding:coreLaboJLAC11/rbc.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        734. Observation.code.coding:coreLaboJLAC11/rbc.code
                                        BindingThe codes SHALL be taken from CLINS: RBC ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS)
                                        736. Observation.code.coding:coreLaboJLAC11/rbc.display
                                        Fixed ValueRBC
                                        738. Observation.code.coding:coreLaboJLAC10/hb
                                        Slice NamecoreLaboJLAC10/hb
                                        Control0..1
                                        Must Supporttrue
                                        740. Observation.code.coding:coreLaboJLAC10/hb.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        742. Observation.code.coding:coreLaboJLAC10/hb.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        744. Observation.code.coding:coreLaboJLAC10/hb.code
                                        BindingThe codes SHALL be taken from CLINS: Hb ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hb_VS)
                                        746. Observation.code.coding:coreLaboJLAC10/hb.display
                                        Fixed ValueHb
                                        748. Observation.code.coding:coreLaboJLAC11/hb
                                        Slice NamecoreLaboJLAC11/hb
                                        Control0..1
                                        Must Supporttrue
                                        750. Observation.code.coding:coreLaboJLAC11/hb.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        752. Observation.code.coding:coreLaboJLAC11/hb.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        754. Observation.code.coding:coreLaboJLAC11/hb.code
                                        BindingThe codes SHALL be taken from CLINS: Hb ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hb_VS)
                                        756. Observation.code.coding:coreLaboJLAC11/hb.display
                                        Fixed ValueHb
                                        758. Observation.code.coding:coreLaboJLAC10/plt
                                        Slice NamecoreLaboJLAC10/plt
                                        Control0..1
                                        Must Supporttrue
                                        760. Observation.code.coding:coreLaboJLAC10/plt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        762. Observation.code.coding:coreLaboJLAC10/plt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        764. Observation.code.coding:coreLaboJLAC10/plt.code
                                        BindingThe codes SHALL be taken from CLINS: PLT ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_plt_VS)
                                        766. Observation.code.coding:coreLaboJLAC10/plt.display
                                        Fixed ValuePLT
                                        768. Observation.code.coding:coreLaboJLAC11/plt
                                        Slice NamecoreLaboJLAC11/plt
                                        Control0..1
                                        Must Supporttrue
                                        770. Observation.code.coding:coreLaboJLAC11/plt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        772. Observation.code.coding:coreLaboJLAC11/plt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        774. Observation.code.coding:coreLaboJLAC11/plt.code
                                        BindingThe codes SHALL be taken from CLINS: PLT ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_plt_VS)
                                        776. Observation.code.coding:coreLaboJLAC11/plt.display
                                        Fixed ValuePLT
                                        778. Observation.code.coding:coreLaboJLAC10/aptt
                                        Slice NamecoreLaboJLAC10/aptt
                                        Control0..1
                                        Must Supporttrue
                                        780. Observation.code.coding:coreLaboJLAC10/aptt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        782. Observation.code.coding:coreLaboJLAC10/aptt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        784. Observation.code.coding:coreLaboJLAC10/aptt.code
                                        BindingThe codes SHALL be taken from CLINS: APTT ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS)
                                        786. Observation.code.coding:coreLaboJLAC10/aptt.display
                                        Fixed ValueAPTT
                                        788. Observation.code.coding:coreLaboJLAC11/aptt
                                        Slice NamecoreLaboJLAC11/aptt
                                        Control0..1
                                        Must Supporttrue
                                        790. Observation.code.coding:coreLaboJLAC11/aptt.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        792. Observation.code.coding:coreLaboJLAC11/aptt.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        794. Observation.code.coding:coreLaboJLAC11/aptt.code
                                        BindingThe codes SHALL be taken from CLINS: APTT ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS)
                                        796. Observation.code.coding:coreLaboJLAC11/aptt.display
                                        Fixed ValueAPTT
                                        798. Observation.code.coding:coreLaboJLAC10/pt-sec
                                        Slice NamecoreLaboJLAC10/pt-sec
                                        Control0..1
                                        Must Supporttrue
                                        800. Observation.code.coding:coreLaboJLAC10/pt-sec.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        802. Observation.code.coding:coreLaboJLAC10/pt-sec.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        804. Observation.code.coding:coreLaboJLAC10/pt-sec.code
                                        BindingThe codes SHALL be taken from CLINS: PT-sec ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS)
                                        806. Observation.code.coding:coreLaboJLAC10/pt-sec.display
                                        Fixed ValuePT-秒
                                        808. Observation.code.coding:coreLaboJLAC11/pt-sec
                                        Slice NamecoreLaboJLAC11/pt-sec
                                        Control0..1
                                        Must Supporttrue
                                        810. Observation.code.coding:coreLaboJLAC11/pt-sec.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        812. Observation.code.coding:coreLaboJLAC11/pt-sec.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        814. Observation.code.coding:coreLaboJLAC11/pt-sec.code
                                        BindingThe codes SHALL be taken from CLINS: PT-sec ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS)
                                        816. Observation.code.coding:coreLaboJLAC11/pt-sec.display
                                        Fixed ValuePT-秒
                                        818. Observation.code.coding:coreLaboJLAC10/pt-ratio
                                        Slice NamecoreLaboJLAC10/pt-ratio
                                        Control0..1
                                        Must Supporttrue
                                        820. Observation.code.coding:coreLaboJLAC10/pt-ratio.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        822. Observation.code.coding:coreLaboJLAC10/pt-ratio.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        824. Observation.code.coding:coreLaboJLAC10/pt-ratio.code
                                        BindingThe codes SHALL be taken from CLINS: PT-ratio ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS)
                                        826. Observation.code.coding:coreLaboJLAC10/pt-ratio.display
                                        Fixed ValuePT比
                                        828. Observation.code.coding:coreLaboJLAC11/pt-ratio
                                        Slice NamecoreLaboJLAC11/pt-ratio
                                        Control0..1
                                        Must Supporttrue
                                        830. Observation.code.coding:coreLaboJLAC11/pt-ratio.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        832. Observation.code.coding:coreLaboJLAC11/pt-ratio.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        834. Observation.code.coding:coreLaboJLAC11/pt-ratio.code
                                        BindingThe codes SHALL be taken from CLINS: PT-ratio ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS)
                                        836. Observation.code.coding:coreLaboJLAC11/pt-ratio.display
                                        Fixed ValuePT比
                                        838. Observation.code.coding:coreLaboJLAC10/pt-act
                                        Slice NamecoreLaboJLAC10/pt-act
                                        Control0..1
                                        Must Supporttrue
                                        840. Observation.code.coding:coreLaboJLAC10/pt-act.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        842. Observation.code.coding:coreLaboJLAC10/pt-act.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        844. Observation.code.coding:coreLaboJLAC10/pt-act.code
                                        BindingThe codes SHALL be taken from CLINS: PT-act ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS)
                                        846. Observation.code.coding:coreLaboJLAC10/pt-act.display
                                        Fixed ValuePT-活性%
                                        848. Observation.code.coding:coreLaboJLAC11/pt-act
                                        Slice NamecoreLaboJLAC11/pt-act
                                        Control0..1
                                        Must Supporttrue
                                        850. Observation.code.coding:coreLaboJLAC11/pt-act.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        852. Observation.code.coding:coreLaboJLAC11/pt-act.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        854. Observation.code.coding:coreLaboJLAC11/pt-act.code
                                        BindingThe codes SHALL be taken from CLINS: PT-act ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS)
                                        856. Observation.code.coding:coreLaboJLAC11/pt-act.display
                                        Fixed ValuePT-活性%
                                        858. Observation.code.coding:coreLaboJLAC10/pt-inr
                                        Slice NamecoreLaboJLAC10/pt-inr
                                        Control0..1
                                        Must Supporttrue
                                        860. Observation.code.coding:coreLaboJLAC10/pt-inr.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        862. Observation.code.coding:coreLaboJLAC10/pt-inr.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        864. Observation.code.coding:coreLaboJLAC10/pt-inr.code
                                        BindingThe codes SHALL be taken from CLINS: PT-INR ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS)
                                        866. Observation.code.coding:coreLaboJLAC10/pt-inr.display
                                        Fixed ValuePT-INR
                                        868. Observation.code.coding:coreLaboJLAC11/pt-inr
                                        Slice NamecoreLaboJLAC11/pt-inr
                                        Control0..1
                                        Must Supporttrue
                                        870. Observation.code.coding:coreLaboJLAC11/pt-inr.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        872. Observation.code.coding:coreLaboJLAC11/pt-inr.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        874. Observation.code.coding:coreLaboJLAC11/pt-inr.code
                                        BindingThe codes SHALL be taken from CLINS: PT-INR ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS)
                                        876. Observation.code.coding:coreLaboJLAC11/pt-inr.display
                                        Fixed ValuePT-INR
                                        878. Observation.code.coding:coreLaboJLAC10/dd
                                        Slice NamecoreLaboJLAC10/dd
                                        Control0..1
                                        Must Supporttrue
                                        880. Observation.code.coding:coreLaboJLAC10/dd.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        882. Observation.code.coding:coreLaboJLAC10/dd.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        884. Observation.code.coding:coreLaboJLAC10/dd.code
                                        BindingThe codes SHALL be taken from CLINS: DD ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_VS)
                                        886. Observation.code.coding:coreLaboJLAC10/dd.display
                                        Fixed ValueDD
                                        888. Observation.code.coding:coreLaboJLAC11/dd
                                        Slice NamecoreLaboJLAC11/dd
                                        Control0..1
                                        Must Supporttrue
                                        890. Observation.code.coding:coreLaboJLAC11/dd.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        892. Observation.code.coding:coreLaboJLAC11/dd.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        894. Observation.code.coding:coreLaboJLAC11/dd.code
                                        BindingThe codes SHALL be taken from CLINS: DD ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_VS)
                                        896. Observation.code.coding:coreLaboJLAC11/dd.display
                                        Fixed ValueDD
                                        898. Observation.code.coding:coreLaboJLAC10/dd-class
                                        Slice NamecoreLaboJLAC10/dd-class
                                        Control0..1
                                        Must Supporttrue
                                        900. Observation.code.coding:coreLaboJLAC10/dd-class.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        902. Observation.code.coding:coreLaboJLAC10/dd-class.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        904. Observation.code.coding:coreLaboJLAC10/dd-class.code
                                        BindingThe codes SHALL be taken from CLINS: DD-class ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS)
                                        906. Observation.code.coding:coreLaboJLAC10/dd-class.display
                                        Fixed ValueDD-定性
                                        908. Observation.code.coding:coreLaboJLAC11/dd-class
                                        Slice NamecoreLaboJLAC11/dd-class
                                        Control0..1
                                        Must Supporttrue
                                        910. Observation.code.coding:coreLaboJLAC11/dd-class.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        912. Observation.code.coding:coreLaboJLAC11/dd-class.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        914. Observation.code.coding:coreLaboJLAC11/dd-class.code
                                        BindingThe codes SHALL be taken from CLINS: DD ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS)
                                        916. Observation.code.coding:coreLaboJLAC11/dd-class.display
                                        Fixed ValueDD-定性
                                        918. Observation.code.coding:coreLaboJLAC10/utp
                                        Slice NamecoreLaboJLAC10/utp
                                        Control0..1
                                        Must Supporttrue
                                        920. Observation.code.coding:coreLaboJLAC10/utp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        922. Observation.code.coding:coreLaboJLAC10/utp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        924. Observation.code.coding:coreLaboJLAC10/utp.code
                                        BindingThe codes SHALL be taken from CLINS: U-TP 尿蛋⽩(定性)ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_VS)
                                        926. Observation.code.coding:coreLaboJLAC10/utp.display
                                        Fixed ValueU-TP
                                        928. Observation.code.coding:coreLaboJLAC11/utp
                                        Slice NamecoreLaboJLAC11/utp
                                        Control0..1
                                        Must Supporttrue
                                        930. Observation.code.coding:coreLaboJLAC11/utp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        932. Observation.code.coding:coreLaboJLAC11/utp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        934. Observation.code.coding:coreLaboJLAC11/utp.code
                                        BindingThe codes SHALL be taken from CLINS: U-TP 尿蛋⽩(定性)ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_VS)
                                        936. Observation.code.coding:coreLaboJLAC11/utp.display
                                        Fixed ValueU-TP
                                        938. Observation.code.coding:coreLaboJLAC10/utp-HalfQty
                                        Slice NamecoreLaboJLAC10/utp-HalfQty
                                        Control0..1
                                        Must Supporttrue
                                        940. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        942. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        944. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.code
                                        BindingThe codes SHALL be taken from CLINS: U-TP-半定量 ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS)
                                        946. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.display
                                        Fixed ValueU-TP-半定量
                                        948. Observation.code.coding:coreLaboJLAC11/utp-HalfQty
                                        Slice NamecoreLaboJLAC11/utp-HalfQty
                                        Control0..1
                                        Must Supporttrue
                                        950. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        952. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        954. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.code
                                        BindingThe codes SHALL be taken from CLINS: U-TP-半定量 ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS)
                                        956. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.display
                                        Fixed ValueU-TP-半定量
                                        958. Observation.code.coding:coreLaboJLAC10/u-glu
                                        Slice NamecoreLaboJLAC10/u-glu
                                        Control0..1
                                        Must Supporttrue
                                        960. Observation.code.coding:coreLaboJLAC10/u-glu.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        962. Observation.code.coding:coreLaboJLAC10/u-glu.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        964. Observation.code.coding:coreLaboJLAC10/u-glu.code
                                        BindingThe codes SHALL be taken from CLINS: U-Glu 尿糖(定性)ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS)
                                        966. Observation.code.coding:coreLaboJLAC10/u-glu.display
                                        Fixed ValueU-Glu
                                        968. Observation.code.coding:coreLaboJLAC11/u-glu
                                        Slice NamecoreLaboJLAC11/u-glu
                                        Control0..1
                                        Must Supporttrue
                                        970. Observation.code.coding:coreLaboJLAC11/u-glu.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        972. Observation.code.coding:coreLaboJLAC11/u-glu.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        974. Observation.code.coding:coreLaboJLAC11/u-glu.code
                                        BindingThe codes SHALL be taken from CLINS: U-Glu 尿糖(定性)ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS)
                                        976. Observation.code.coding:coreLaboJLAC11/u-glu.display
                                        Fixed ValueU-Glu
                                        978. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty
                                        Slice NamecoreLaboJLAC10/u-glu-HalfQty
                                        Control0..1
                                        Must Supporttrue
                                        980. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        982. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        984. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.code
                                        BindingThe codes SHALL be taken from CLINS: U-Glu-HalfQty 尿糖(半定量)  ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS)
                                        986. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.display
                                        Fixed ValueU-Glu-半定量
                                        988. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty
                                        Slice NamecoreLaboJLAC11/u-glu-HalfQty
                                        Control0..1
                                        Must Supporttrue
                                        990. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        992. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        994. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.code
                                        BindingThe codes SHALL be taken from CLINS: U-Glu-HalfQty 尿糖(半定量)  ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS)
                                        996. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.display
                                        Fixed ValueU-Glu-半定量
                                        998. Observation.code.coding:coreLaboJLAC10/u-bld
                                        Slice NamecoreLaboJLAC10/u-bld
                                        Control0..1
                                        Must Supporttrue
                                        1000. Observation.code.coding:coreLaboJLAC10/u-bld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1002. Observation.code.coding:coreLaboJLAC10/u-bld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1004. Observation.code.coding:coreLaboJLAC10/u-bld.code
                                        BindingThe codes SHALL be taken from CLINS: U-Bld ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS)
                                        1006. Observation.code.coding:coreLaboJLAC10/u-bld.display
                                        Fixed ValueU-Bld
                                        1008. Observation.code.coding:coreLaboJLAC11/u-bld
                                        Slice NamecoreLaboJLAC11/u-bld
                                        Control0..1
                                        Must Supporttrue
                                        1010. Observation.code.coding:coreLaboJLAC11/u-bld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1012. Observation.code.coding:coreLaboJLAC11/u-bld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1014. Observation.code.coding:coreLaboJLAC11/u-bld.code
                                        BindingThe codes SHALL be taken from CLINS: U-Bld ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS)
                                        1016. Observation.code.coding:coreLaboJLAC11/u-bld.display
                                        Fixed ValueU-Bld
                                        1018. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty
                                        Slice NamecoreLaboJLAC10/u-bld-HalfQty
                                        Control0..1
                                        Must Supporttrue
                                        1020. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1022. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1024. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.code
                                        BindingThe codes SHALL be taken from CLINS: U-Bld-半定量 ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS)
                                        1026. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.display
                                        Fixed ValueU-Bld-半定量
                                        1028. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty
                                        Slice NamecoreLaboJLAC11/u-bld-HalfQty
                                        Control0..1
                                        Must Supporttrue
                                        1030. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1032. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1034. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.code
                                        BindingThe codes SHALL be taken from CLINS: U-Bld-半定量 ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS)
                                        1036. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.display
                                        Fixed ValueU-Bld-半定量
                                        1038. Observation.code.coding:coreLaboJLAC10/u-pc
                                        Slice NamecoreLaboJLAC10/u-pc
                                        Control0..1
                                        Must Supporttrue
                                        1040. Observation.code.coding:coreLaboJLAC10/u-pc.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1042. Observation.code.coding:coreLaboJLAC10/u-pc.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1044. Observation.code.coding:coreLaboJLAC10/u-pc.code
                                        BindingThe codes SHALL be taken from CLINS: U-P/C ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_VS)
                                        1046. Observation.code.coding:coreLaboJLAC10/u-pc.display
                                        Fixed ValueU-P/C
                                        1048. Observation.code.coding:coreLaboJLAC11/u-pc
                                        Slice NamecoreLaboJLAC11/u-pc
                                        Control0..1
                                        Must Supporttrue
                                        1050. Observation.code.coding:coreLaboJLAC11/u-pc.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1052. Observation.code.coding:coreLaboJLAC11/u-pc.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1054. Observation.code.coding:coreLaboJLAC11/u-pc.code
                                        BindingThe codes SHALL be taken from CLINS: U-P/C ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_VS)
                                        1056. Observation.code.coding:coreLaboJLAC11/u-pc.display
                                        Fixed ValueU-P/C
                                        1058. Observation.code.coding:coreLaboJLAC10/u-ac
                                        Slice NamecoreLaboJLAC10/u-ac
                                        Control0..1
                                        Must Supporttrue
                                        1060. Observation.code.coding:coreLaboJLAC10/u-ac.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1062. Observation.code.coding:coreLaboJLAC10/u-ac.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1064. Observation.code.coding:coreLaboJLAC10/u-ac.code
                                        BindingThe codes SHALL be taken from CLINS: U-A/C ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_VS)
                                        1066. Observation.code.coding:coreLaboJLAC10/u-ac.display
                                        Fixed ValueU-A/C
                                        1068. Observation.code.coding:coreLaboJLAC11/u-ac
                                        Slice NamecoreLaboJLAC11/u-ac
                                        Control0..1
                                        Must Supporttrue
                                        1070. Observation.code.coding:coreLaboJLAC11/u-ac.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1072. Observation.code.coding:coreLaboJLAC11/u-ac.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1074. Observation.code.coding:coreLaboJLAC11/u-ac.code
                                        BindingThe codes SHALL be taken from CLINS: U-A/C ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_VS)
                                        1076. Observation.code.coding:coreLaboJLAC11/u-ac.display
                                        Fixed ValueU-A/C
                                        1078. Observation.code.coding:coreLaboJLAC10/bnp
                                        Slice NamecoreLaboJLAC10/bnp
                                        Control0..1
                                        Must Supporttrue
                                        1080. Observation.code.coding:coreLaboJLAC10/bnp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1082. Observation.code.coding:coreLaboJLAC10/bnp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1084. Observation.code.coding:coreLaboJLAC10/bnp.code
                                        BindingThe codes SHALL be taken from CLINS: BNP ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS)
                                        1086. Observation.code.coding:coreLaboJLAC10/bnp.display
                                        Fixed ValueBNP
                                        1088. Observation.code.coding:coreLaboJLAC11/bnp
                                        Slice NamecoreLaboJLAC11/bnp
                                        Control0..1
                                        Must Supporttrue
                                        1090. Observation.code.coding:coreLaboJLAC11/bnp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1092. Observation.code.coding:coreLaboJLAC11/bnp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1094. Observation.code.coding:coreLaboJLAC11/bnp.code
                                        BindingThe codes SHALL be taken from CLINS: BNP ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS)
                                        1096. Observation.code.coding:coreLaboJLAC11/bnp.display
                                        Fixed ValueBNP
                                        1098. Observation.code.coding:coreLaboJLAC10/nt-probnp
                                        Slice NamecoreLaboJLAC10/nt-probnp
                                        Control0..1
                                        Must Supporttrue
                                        1100. Observation.code.coding:coreLaboJLAC10/nt-probnp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1102. Observation.code.coding:coreLaboJLAC10/nt-probnp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1104. Observation.code.coding:coreLaboJLAC10/nt-probnp.code
                                        BindingThe codes SHALL be taken from CLINS: NT-proBNP ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS)
                                        1106. Observation.code.coding:coreLaboJLAC10/nt-probnp.display
                                        Fixed ValueNT-proBNP
                                        1108. Observation.code.coding:coreLaboJLAC11/nt-probnp
                                        Slice NamecoreLaboJLAC11/nt-probnp
                                        Control0..1
                                        Must Supporttrue
                                        1110. Observation.code.coding:coreLaboJLAC11/nt-probnp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1112. Observation.code.coding:coreLaboJLAC11/nt-probnp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1114. Observation.code.coding:coreLaboJLAC11/nt-probnp.code
                                        BindingThe codes SHALL be taken from CLINS: NT-proBNP ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS)
                                        1116. Observation.code.coding:coreLaboJLAC11/nt-probnp.display
                                        Fixed ValueNT-proBNP
                                        1118. Observation.code.coding:coreLaboJLAC10/crp
                                        Slice NamecoreLaboJLAC10/crp
                                        Control0..1
                                        Must Supporttrue
                                        1120. Observation.code.coding:coreLaboJLAC10/crp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1122. Observation.code.coding:coreLaboJLAC10/crp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1124. Observation.code.coding:coreLaboJLAC10/crp.code
                                        BindingThe codes SHALL be taken from CLINS: CRP ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_VS)
                                        1126. Observation.code.coding:coreLaboJLAC10/crp.display
                                        Fixed ValueCRP
                                        1128. Observation.code.coding:coreLaboJLAC11/crp
                                        Slice NamecoreLaboJLAC11/crp
                                        Control0..1
                                        Must Supporttrue
                                        1130. Observation.code.coding:coreLaboJLAC11/crp.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1132. Observation.code.coding:coreLaboJLAC11/crp.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1134. Observation.code.coding:coreLaboJLAC11/crp.code
                                        BindingThe codes SHALL be taken from CLINS: CRP ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_VS)
                                        1136. Observation.code.coding:coreLaboJLAC11/crp.display
                                        Fixed ValueCRP
                                        1138. Observation.code.coding:coreLaboJLAC10/crp-class
                                        Slice NamecoreLaboJLAC10/crp-class
                                        Control0..1
                                        Must Supporttrue
                                        1140. Observation.code.coding:coreLaboJLAC10/crp-class.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1142. Observation.code.coding:coreLaboJLAC10/crp-class.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1144. Observation.code.coding:coreLaboJLAC10/crp-class.code
                                        BindingThe codes SHALL be taken from CLINS: CRP-class ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS)
                                        1146. Observation.code.coding:coreLaboJLAC10/crp-class.display
                                        Fixed ValueCRP-class
                                        1148. Observation.code.coding:coreLaboJLAC11/crp-class
                                        Slice NamecoreLaboJLAC11/crp-class
                                        Control0..1
                                        Must Supporttrue
                                        1150. Observation.code.coding:coreLaboJLAC11/crp-class.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1152. Observation.code.coding:coreLaboJLAC11/crp-class.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1154. Observation.code.coding:coreLaboJLAC11/crp-class.code
                                        BindingThe codes SHALL be taken from CLINS: CRP-class ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS)
                                        1156. Observation.code.coding:coreLaboJLAC11/crp-class.display
                                        Fixed ValueCRP-class
                                        1158. Observation.code.coding:coreLaboJLAC10/abo-bld
                                        Slice NamecoreLaboJLAC10/abo-bld
                                        Control0..1
                                        Must Supporttrue
                                        1160. Observation.code.coding:coreLaboJLAC10/abo-bld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1162. Observation.code.coding:coreLaboJLAC10/abo-bld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1164. Observation.code.coding:coreLaboJLAC10/abo-bld.code
                                        BindingThe codes SHALL be taken from CLINS: ABO-BLD ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS)
                                        1166. Observation.code.coding:coreLaboJLAC10/abo-bld.display
                                        Fixed Value血液型-ABO
                                        1168. Observation.code.coding:coreLaboJLAC11/abo-bld
                                        Slice NamecoreLaboJLAC11/abo-bld
                                        Control0..1
                                        Must Supporttrue
                                        1170. Observation.code.coding:coreLaboJLAC11/abo-bld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1172. Observation.code.coding:coreLaboJLAC11/abo-bld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1174. Observation.code.coding:coreLaboJLAC11/abo-bld.code
                                        BindingThe codes SHALL be taken from CLINS: ABO-BLD ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS)
                                        1176. Observation.code.coding:coreLaboJLAC11/abo-bld.display
                                        Fixed Value血液型-ABO
                                        1178. Observation.code.coding:coreLaboJLAC10/rh-bld
                                        Slice NamecoreLaboJLAC10/rh-bld
                                        Control0..1
                                        Must Supporttrue
                                        1180. Observation.code.coding:coreLaboJLAC10/rh-bld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1182. Observation.code.coding:coreLaboJLAC10/rh-bld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1184. Observation.code.coding:coreLaboJLAC10/rh-bld.code
                                        BindingThe codes SHALL be taken from CLINS: Rh-BLD ValueSet (JLAC10)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS)
                                        1186. Observation.code.coding:coreLaboJLAC10/rh-bld.display
                                        Fixed Value血液型-Rh
                                        1188. Observation.code.coding:coreLaboJLAC11/rh-bld
                                        Slice NamecoreLaboJLAC11/rh-bld
                                        Control0..1
                                        Must Supporttrue
                                        1190. Observation.code.coding:coreLaboJLAC11/rh-bld.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                        1192. Observation.code.coding:coreLaboJLAC11/rh-bld.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1194. Observation.code.coding:coreLaboJLAC11/rh-bld.code
                                        BindingThe codes SHALL be taken from CLINS: Rh-BLD ValueSet (JLAC11)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS)
                                        1196. Observation.code.coding:coreLaboJLAC11/rh-bld.display
                                        Fixed Value血液型-Rh
                                        1198. Observation.code.coding:infectionLaboJLAC10/stsqlresult
                                        Slice NameinfectionLaboJLAC10/stsqlresult
                                        Control0..1
                                        Must Supporttrue
                                        1200. Observation.code.coding:infectionLaboJLAC10/stsqlresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1202. Observation.code.coding:infectionLaboJLAC10/stsqlresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1204. Observation.code.coding:infectionLaboJLAC10/stsqlresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒STS(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS)
                                        1206. Observation.code.coding:infectionLaboJLAC10/stsqlresult.display
                                        Fixed Value梅毒STS(定性)
                                        1208. Observation.code.coding:infectionLaboJLAC11/stsqlresult
                                        Slice NameinfectionLaboJLAC11/stsqlresult
                                        Control0..1
                                        Must Supporttrue
                                        1210. Observation.code.coding:infectionLaboJLAC11/stsqlresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1212. Observation.code.coding:infectionLaboJLAC11/stsqlresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1214. Observation.code.coding:infectionLaboJLAC11/stsqlresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒STS(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS)
                                        1216. Observation.code.coding:infectionLaboJLAC11/stsqlresult.display
                                        Fixed Value梅毒STS(定性)
                                        1218. Observation.code.coding:infectionLaboJLAC10/stsquant
                                        Slice NameinfectionLaboJLAC10/stsquant
                                        Control0..1
                                        Must Supporttrue
                                        1220. Observation.code.coding:infectionLaboJLAC10/stsquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1222. Observation.code.coding:infectionLaboJLAC10/stsquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1224. Observation.code.coding:infectionLaboJLAC10/stsquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒STS(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS)
                                        1226. Observation.code.coding:infectionLaboJLAC10/stsquant.display
                                        Fixed Value梅毒STS(定量)
                                        1228. Observation.code.coding:infectionLaboJLAC11/stsquant
                                        Slice NameinfectionLaboJLAC11/stsquant
                                        Control0..1
                                        Must Supporttrue
                                        1230. Observation.code.coding:infectionLaboJLAC11/stsquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1232. Observation.code.coding:infectionLaboJLAC11/stsquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1234. Observation.code.coding:infectionLaboJLAC11/stsquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒STS(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS)
                                        1236. Observation.code.coding:infectionLaboJLAC11/stsquant.display
                                        Fixed Value梅毒STS(定量)
                                        1238. Observation.code.coding:infectionLaboJLAC10/tpresult
                                        Slice NameinfectionLaboJLAC10/tpresult
                                        Control0..1
                                        Must Supporttrue
                                        1240. Observation.code.coding:infectionLaboJLAC10/tpresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1242. Observation.code.coding:infectionLaboJLAC10/tpresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1244. Observation.code.coding:infectionLaboJLAC10/tpresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS)
                                        1246. Observation.code.coding:infectionLaboJLAC10/tpresult.display
                                        Fixed Value梅毒TP抗体(定性)
                                        1248. Observation.code.coding:infectionLaboJLAC11/tpresult
                                        Slice NameinfectionLaboJLAC11/tpresult
                                        Control0..1
                                        Must Supporttrue
                                        1250. Observation.code.coding:infectionLaboJLAC11/tpresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1252. Observation.code.coding:infectionLaboJLAC11/tpresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1254. Observation.code.coding:infectionLaboJLAC11/tpresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS)
                                        1256. Observation.code.coding:infectionLaboJLAC11/tpresult.display
                                        Fixed Value梅毒TP抗体(定性)
                                        1258. Observation.code.coding:infectionLaboJLAC10/tpposcoi
                                        Slice NameinfectionLaboJLAC10/tpposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1260. Observation.code.coding:infectionLaboJLAC10/tpposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1262. Observation.code.coding:infectionLaboJLAC10/tpposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1264. Observation.code.coding:infectionLaboJLAC10/tpposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定量、陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS)
                                        1266. Observation.code.coding:infectionLaboJLAC10/tpposcoi.display
                                        Fixed Value梅毒TP抗体(定量、陽性コントロール比)
                                        1268. Observation.code.coding:infectionLaboJLAC11/tpposcoi
                                        Slice NameinfectionLaboJLAC11/tpposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1270. Observation.code.coding:infectionLaboJLAC11/tpposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1272. Observation.code.coding:infectionLaboJLAC11/tpposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1274. Observation.code.coding:infectionLaboJLAC11/tpposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定量、陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS)
                                        1276. Observation.code.coding:infectionLaboJLAC11/tpposcoi.display
                                        Fixed Value梅毒TP抗体(定量、陽性コントロール比)
                                        1278. Observation.code.coding:infectionLaboJLAC10/tphquant
                                        Slice NameinfectionLaboJLAC10/tphquant
                                        Control0..1
                                        Must Supporttrue
                                        1280. Observation.code.coding:infectionLaboJLAC10/tphquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1282. Observation.code.coding:infectionLaboJLAC10/tphquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1284. Observation.code.coding:infectionLaboJLAC10/tphquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(半定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS)
                                        1286. Observation.code.coding:infectionLaboJLAC10/tphquant.display
                                        Fixed Value梅毒TP抗体(半定量)
                                        1288. Observation.code.coding:infectionLaboJLAC11/tphquant
                                        Slice NameinfectionLaboJLAC11/tphquant
                                        Control0..1
                                        Must Supporttrue
                                        1290. Observation.code.coding:infectionLaboJLAC11/tphquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1292. Observation.code.coding:infectionLaboJLAC11/tphquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1294. Observation.code.coding:infectionLaboJLAC11/tphquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(半定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS)
                                        1296. Observation.code.coding:infectionLaboJLAC11/tphquant.display
                                        Fixed Value梅毒TP抗体(半定量)
                                        1298. Observation.code.coding:infectionLaboJLAC10/tpquant
                                        Slice NameinfectionLaboJLAC10/tpquant
                                        Control0..1
                                        Must Supporttrue
                                        1300. Observation.code.coding:infectionLaboJLAC10/tpquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1302. Observation.code.coding:infectionLaboJLAC10/tpquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1304. Observation.code.coding:infectionLaboJLAC10/tpquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS)
                                        1306. Observation.code.coding:infectionLaboJLAC10/tpquant.display
                                        Fixed Value梅毒TP抗体(定量)
                                        1308. Observation.code.coding:infectionLaboJLAC11/tpquant
                                        Slice NameinfectionLaboJLAC11/tpquant
                                        Control0..1
                                        Must Supporttrue
                                        1310. Observation.code.coding:infectionLaboJLAC11/tpquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1312. Observation.code.coding:infectionLaboJLAC11/tpquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1314. Observation.code.coding:infectionLaboJLAC11/tpquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS)
                                        1316. Observation.code.coding:infectionLaboJLAC11/tpquant.display
                                        Fixed Value梅毒TP抗体(定量)
                                        1318. Observation.code.coding:infectionLaboJLAC10/hbsagresult
                                        Slice NameinfectionLaboJLAC10/hbsagresult
                                        Control0..1
                                        Must Supporttrue
                                        1320. Observation.code.coding:infectionLaboJLAC10/hbsagresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1322. Observation.code.coding:infectionLaboJLAC10/hbsagresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1324. Observation.code.coding:infectionLaboJLAC10/hbsagresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS)
                                        1326. Observation.code.coding:infectionLaboJLAC10/hbsagresult.display
                                        Fixed ValueHBs抗原(定性)
                                        1328. Observation.code.coding:infectionLaboJLAC11/hbsagresult
                                        Slice NameinfectionLaboJLAC11/hbsagresult
                                        Control0..1
                                        Must Supporttrue
                                        1330. Observation.code.coding:infectionLaboJLAC11/hbsagresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1332. Observation.code.coding:infectionLaboJLAC11/hbsagresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1334. Observation.code.coding:infectionLaboJLAC11/hbsagresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS)
                                        1336. Observation.code.coding:infectionLaboJLAC11/hbsagresult.display
                                        Fixed ValueHBs抗原(定性)
                                        1338. Observation.code.coding:infectionLaboJLAC10/hbsagdil
                                        Slice NameinfectionLaboJLAC10/hbsagdil
                                        Control0..1
                                        Must Supporttrue
                                        1340. Observation.code.coding:infectionLaboJLAC10/hbsagdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1342. Observation.code.coding:infectionLaboJLAC10/hbsagdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1344. Observation.code.coding:infectionLaboJLAC10/hbsagdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS)
                                        1346. Observation.code.coding:infectionLaboJLAC10/hbsagdil.display
                                        Fixed ValueHBs抗原(希釈倍率)
                                        1348. Observation.code.coding:infectionLaboJLAC11/hbsagdil
                                        Slice NameinfectionLaboJLAC11/hbsagdil
                                        Control0..1
                                        Must Supporttrue
                                        1350. Observation.code.coding:infectionLaboJLAC11/hbsagdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1352. Observation.code.coding:infectionLaboJLAC11/hbsagdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1354. Observation.code.coding:infectionLaboJLAC11/hbsagdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS)
                                        1356. Observation.code.coding:infectionLaboJLAC11/hbsagdil.display
                                        Fixed ValueHBs抗原(希釈倍率)
                                        1358. Observation.code.coding:infectionLaboJLAC10/hbsagod
                                        Slice NameinfectionLaboJLAC10/hbsagod
                                        Control0..1
                                        Must Supporttrue
                                        1360. Observation.code.coding:infectionLaboJLAC10/hbsagod.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1362. Observation.code.coding:infectionLaboJLAC10/hbsagod.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1364. Observation.code.coding:infectionLaboJLAC10/hbsagod.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(吸光度)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS)
                                        1366. Observation.code.coding:infectionLaboJLAC10/hbsagod.display
                                        Fixed ValueHBs抗原(吸光度)
                                        1368. Observation.code.coding:infectionLaboJLAC11/hbsagod
                                        Slice NameinfectionLaboJLAC11/hbsagod
                                        Control0..1
                                        Must Supporttrue
                                        1370. Observation.code.coding:infectionLaboJLAC11/hbsagod.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1372. Observation.code.coding:infectionLaboJLAC11/hbsagod.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1374. Observation.code.coding:infectionLaboJLAC11/hbsagod.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(吸光度)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS)
                                        1376. Observation.code.coding:infectionLaboJLAC11/hbsagod.display
                                        Fixed ValueHBs抗原(吸光度)
                                        1378. Observation.code.coding:infectionLaboJLAC10/hbsagquant
                                        Slice NameinfectionLaboJLAC10/hbsagquant
                                        Control0..1
                                        Must Supporttrue
                                        1380. Observation.code.coding:infectionLaboJLAC10/hbsagquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1382. Observation.code.coding:infectionLaboJLAC10/hbsagquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1384. Observation.code.coding:infectionLaboJLAC10/hbsagquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS)
                                        1386. Observation.code.coding:infectionLaboJLAC10/hbsagquant.display
                                        Fixed ValueHBs抗原(定量)
                                        1388. Observation.code.coding:infectionLaboJLAC11/hbsagquant
                                        Slice NameinfectionLaboJLAC11/hbsagquant
                                        Control0..1
                                        Must Supporttrue
                                        1390. Observation.code.coding:infectionLaboJLAC11/hbsagquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1392. Observation.code.coding:infectionLaboJLAC11/hbsagquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1394. Observation.code.coding:infectionLaboJLAC11/hbsagquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS)
                                        1396. Observation.code.coding:infectionLaboJLAC11/hbsagquant.display
                                        Fixed ValueHBs抗原(定量)
                                        1398. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi
                                        Slice NameinfectionLaboJLAC10/hbsagposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1400. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1402. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1404. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS)
                                        1406. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.display
                                        Fixed ValueHBs抗原(陽性コントロール比)
                                        1408. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi
                                        Slice NameinfectionLaboJLAC11/hbsagposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1410. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1412. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1414. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS)
                                        1416. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.display
                                        Fixed ValueHBs抗原(陽性コントロール比)
                                        1418. Observation.code.coding:infectionLaboJLAC10/hbsabresult
                                        Slice NameinfectionLaboJLAC10/hbsabresult
                                        Control0..1
                                        Must Supporttrue
                                        1420. Observation.code.coding:infectionLaboJLAC10/hbsabresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1422. Observation.code.coding:infectionLaboJLAC10/hbsabresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1424. Observation.code.coding:infectionLaboJLAC10/hbsabresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS)
                                        1426. Observation.code.coding:infectionLaboJLAC10/hbsabresult.display
                                        Fixed ValueHBs抗体(定性)
                                        1428. Observation.code.coding:infectionLaboJLAC11/hbsabresult
                                        Slice NameinfectionLaboJLAC11/hbsabresult
                                        Control0..1
                                        Must Supporttrue
                                        1430. Observation.code.coding:infectionLaboJLAC11/hbsabresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1432. Observation.code.coding:infectionLaboJLAC11/hbsabresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1434. Observation.code.coding:infectionLaboJLAC11/hbsabresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS)
                                        1436. Observation.code.coding:infectionLaboJLAC11/hbsabresult.display
                                        Fixed ValueHBs抗体(定性)
                                        1438. Observation.code.coding:infectionLaboJLAC10/hbsabdil
                                        Slice NameinfectionLaboJLAC10/hbsabdil
                                        Control0..1
                                        Must Supporttrue
                                        1440. Observation.code.coding:infectionLaboJLAC10/hbsabdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1442. Observation.code.coding:infectionLaboJLAC10/hbsabdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1444. Observation.code.coding:infectionLaboJLAC10/hbsabdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS)
                                        1446. Observation.code.coding:infectionLaboJLAC10/hbsabdil.display
                                        Fixed ValueHBs抗体(希釈倍率)
                                        1448. Observation.code.coding:infectionLaboJLAC11/hbsabdil
                                        Slice NameinfectionLaboJLAC11/hbsabdil
                                        Control0..1
                                        Must Supporttrue
                                        1450. Observation.code.coding:infectionLaboJLAC11/hbsabdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1452. Observation.code.coding:infectionLaboJLAC11/hbsabdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1454. Observation.code.coding:infectionLaboJLAC11/hbsabdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS)
                                        1456. Observation.code.coding:infectionLaboJLAC11/hbsabdil.display
                                        Fixed ValueHBs抗体(希釈倍率)
                                        1458. Observation.code.coding:infectionLaboJLAC10/hbsabquant
                                        Slice NameinfectionLaboJLAC10/hbsabquant
                                        Control0..1
                                        Must Supporttrue
                                        1460. Observation.code.coding:infectionLaboJLAC10/hbsabquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1462. Observation.code.coding:infectionLaboJLAC10/hbsabquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1464. Observation.code.coding:infectionLaboJLAC10/hbsabquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS)
                                        1466. Observation.code.coding:infectionLaboJLAC10/hbsabquant.display
                                        Fixed ValueHBs抗体(定量)
                                        1468. Observation.code.coding:infectionLaboJLAC11/hbsabquant
                                        Slice NameinfectionLaboJLAC11/hbsabquant
                                        Control0..1
                                        Must Supporttrue
                                        1470. Observation.code.coding:infectionLaboJLAC11/hbsabquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1472. Observation.code.coding:infectionLaboJLAC11/hbsabquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1474. Observation.code.coding:infectionLaboJLAC11/hbsabquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS)
                                        1476. Observation.code.coding:infectionLaboJLAC11/hbsabquant.display
                                        Fixed ValueHBs抗体(定量)
                                        1478. Observation.code.coding:infectionLaboJLAC10/hcvnquant
                                        Slice NameinfectionLaboJLAC10/hcvnquant
                                        Control0..1
                                        Must Supporttrue
                                        1480. Observation.code.coding:infectionLaboJLAC10/hcvnquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1482. Observation.code.coding:infectionLaboJLAC10/hcvnquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1484. Observation.code.coding:infectionLaboJLAC10/hcvnquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV核酸増幅検査(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS)
                                        1486. Observation.code.coding:infectionLaboJLAC10/hcvnquant.display
                                        Fixed ValueHCV核酸増幅検査(定量)
                                        1488. Observation.code.coding:infectionLaboJLAC11/hcvnquant
                                        Slice NameinfectionLaboJLAC11/hcvnquant
                                        Control0..1
                                        Must Supporttrue
                                        1490. Observation.code.coding:infectionLaboJLAC11/hcvnquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1492. Observation.code.coding:infectionLaboJLAC11/hcvnquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1494. Observation.code.coding:infectionLaboJLAC11/hcvnquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV核酸増幅検査(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS)
                                        1496. Observation.code.coding:infectionLaboJLAC11/hcvnquant.display
                                        Fixed ValueHCV核酸増幅検査(定量)
                                        1498. Observation.code.coding:infectionLaboJLAC10/hcvnresult
                                        Slice NameinfectionLaboJLAC10/hcvnresult
                                        Control0..1
                                        Must Supporttrue
                                        1500. Observation.code.coding:infectionLaboJLAC10/hcvnresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1502. Observation.code.coding:infectionLaboJLAC10/hcvnresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1504. Observation.code.coding:infectionLaboJLAC10/hcvnresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV核酸増幅検査(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS)
                                        1506. Observation.code.coding:infectionLaboJLAC10/hcvnresult.display
                                        Fixed ValueHCV核酸増幅検査(定性)
                                        1508. Observation.code.coding:infectionLaboJLAC11/hcvnresult
                                        Slice NameinfectionLaboJLAC11/hcvnresult
                                        Control0..1
                                        Must Supporttrue
                                        1510. Observation.code.coding:infectionLaboJLAC11/hcvnresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1512. Observation.code.coding:infectionLaboJLAC11/hcvnresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1514. Observation.code.coding:infectionLaboJLAC11/hcvnresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV核酸増幅検査(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS)
                                        1516. Observation.code.coding:infectionLaboJLAC11/hcvnresult.display
                                        Fixed ValueHCV核酸増幅検査(定性)
                                        1518. Observation.code.coding:infectionLaboJLAC10/hcvagresult
                                        Slice NameinfectionLaboJLAC10/hcvagresult
                                        Control0..1
                                        Must Supporttrue
                                        1520. Observation.code.coding:infectionLaboJLAC10/hcvagresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1522. Observation.code.coding:infectionLaboJLAC10/hcvagresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1524. Observation.code.coding:infectionLaboJLAC10/hcvagresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗原検査(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS)
                                        1526. Observation.code.coding:infectionLaboJLAC10/hcvagresult.display
                                        Fixed ValueHCV抗原検査(定性)
                                        1528. Observation.code.coding:infectionLaboJLAC11/hcvagresult
                                        Slice NameinfectionLaboJLAC11/hcvagresult
                                        Control0..1
                                        Must Supporttrue
                                        1530. Observation.code.coding:infectionLaboJLAC11/hcvagresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1532. Observation.code.coding:infectionLaboJLAC11/hcvagresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1534. Observation.code.coding:infectionLaboJLAC11/hcvagresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗原検査(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS)
                                        1536. Observation.code.coding:infectionLaboJLAC11/hcvagresult.display
                                        Fixed ValueHCV抗原検査(定性)
                                        1538. Observation.code.coding:infectionLaboJLAC10/hcvagquant
                                        Slice NameinfectionLaboJLAC10/hcvagquant
                                        Control0..1
                                        Must Supporttrue
                                        1540. Observation.code.coding:infectionLaboJLAC10/hcvagquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1542. Observation.code.coding:infectionLaboJLAC10/hcvagquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1544. Observation.code.coding:infectionLaboJLAC10/hcvagquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗原検査(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS)
                                        1546. Observation.code.coding:infectionLaboJLAC10/hcvagquant.display
                                        Fixed ValueHCV抗原検査(定量)
                                        1548. Observation.code.coding:infectionLaboJLAC11/hcvagquant
                                        Slice NameinfectionLaboJLAC11/hcvagquant
                                        Control0..1
                                        Must Supporttrue
                                        1550. Observation.code.coding:infectionLaboJLAC11/hcvagquant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1552. Observation.code.coding:infectionLaboJLAC11/hcvagquant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1554. Observation.code.coding:infectionLaboJLAC11/hcvagquant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗原検査(定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS)
                                        1556. Observation.code.coding:infectionLaboJLAC11/hcvagquant.display
                                        Fixed ValueHCV抗原検査(定量)
                                        1558. Observation.code.coding:infectionLaboJLAC10/hcvabdil
                                        Slice NameinfectionLaboJLAC10/hcvabdil
                                        Control0..1
                                        Must Supporttrue
                                        1560. Observation.code.coding:infectionLaboJLAC10/hcvabdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1562. Observation.code.coding:infectionLaboJLAC10/hcvabdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1564. Observation.code.coding:infectionLaboJLAC10/hcvabdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS)
                                        1566. Observation.code.coding:infectionLaboJLAC10/hcvabdil.display
                                        Fixed ValueHCV抗体(希釈倍率)
                                        1568. Observation.code.coding:infectionLaboJLAC11/hcvabdil
                                        Slice NameinfectionLaboJLAC11/hcvabdil
                                        Control0..1
                                        Must Supporttrue
                                        1570. Observation.code.coding:infectionLaboJLAC11/hcvabdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1572. Observation.code.coding:infectionLaboJLAC11/hcvabdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1574. Observation.code.coding:infectionLaboJLAC11/hcvabdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS)
                                        1576. Observation.code.coding:infectionLaboJLAC11/hcvabdil.display
                                        Fixed ValueHCV抗体(希釈倍率)
                                        1578. Observation.code.coding:infectionLaboJLAC10/hcvabresult
                                        Slice NameinfectionLaboJLAC10/hcvabresult
                                        Control0..1
                                        Must Supporttrue
                                        1580. Observation.code.coding:infectionLaboJLAC10/hcvabresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1582. Observation.code.coding:infectionLaboJLAC10/hcvabresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1584. Observation.code.coding:infectionLaboJLAC10/hcvabresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS)
                                        1586. Observation.code.coding:infectionLaboJLAC10/hcvabresult.display
                                        Fixed ValueHCV抗体(定性)
                                        1588. Observation.code.coding:infectionLaboJLAC11/hcvabresult
                                        Slice NameinfectionLaboJLAC11/hcvabresult
                                        Control0..1
                                        Must Supporttrue
                                        1590. Observation.code.coding:infectionLaboJLAC11/hcvabresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1592. Observation.code.coding:infectionLaboJLAC11/hcvabresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1594. Observation.code.coding:infectionLaboJLAC11/hcvabresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS)
                                        1596. Observation.code.coding:infectionLaboJLAC11/hcvabresult.display
                                        Fixed ValueHCV抗体(定性)
                                        1598. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi
                                        Slice NameinfectionLaboJLAC10/hcvabposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1600. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1602. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1604. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS)
                                        1606. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.display
                                        Fixed ValueHCV抗体(陽性コントロール比)
                                        1608. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi
                                        Slice NameinfectionLaboJLAC11/hcvabposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1610. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1612. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1614. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS)
                                        1616. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.display
                                        Fixed ValueHCV抗体(陽性コントロール比)
                                        1618. Observation.code.coding:infectionLaboJLAC10/hiv1quant
                                        Slice NameinfectionLaboJLAC10/hiv1quant
                                        Control0..1
                                        Must Supporttrue
                                        1620. Observation.code.coding:infectionLaboJLAC10/hiv1quant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1622. Observation.code.coding:infectionLaboJLAC10/hiv1quant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1624. Observation.code.coding:infectionLaboJLAC10/hiv1quant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1(ウイルスRNA定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS)
                                        1626. Observation.code.coding:infectionLaboJLAC10/hiv1quant.display
                                        Fixed ValueHIV-1(ウイルスRNA定量)
                                        1628. Observation.code.coding:infectionLaboJLAC11/hiv1quant
                                        Slice NameinfectionLaboJLAC11/hiv1quant
                                        Control0..1
                                        Must Supporttrue
                                        1630. Observation.code.coding:infectionLaboJLAC11/hiv1quant.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1632. Observation.code.coding:infectionLaboJLAC11/hiv1quant.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1634. Observation.code.coding:infectionLaboJLAC11/hiv1quant.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1(ウイルスRNA定量)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS)
                                        1636. Observation.code.coding:infectionLaboJLAC11/hiv1quant.display
                                        Fixed ValueHIV-1(ウイルスRNA定量)
                                        1638. Observation.code.coding:infectionLaboJLAC10/hiv1result
                                        Slice NameinfectionLaboJLAC10/hiv1result
                                        Control0..1
                                        Must Supporttrue
                                        1640. Observation.code.coding:infectionLaboJLAC10/hiv1result.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1642. Observation.code.coding:infectionLaboJLAC10/hiv1result.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1644. Observation.code.coding:infectionLaboJLAC10/hiv1result.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1(ウイルスRNA定量判定)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS)
                                        1646. Observation.code.coding:infectionLaboJLAC10/hiv1result.display
                                        Fixed ValueHIV-1(ウイルスRNA定量判定)
                                        1648. Observation.code.coding:infectionLaboJLAC11/hiv1result
                                        Slice NameinfectionLaboJLAC11/hiv1result
                                        Control0..1
                                        Must Supporttrue
                                        1650. Observation.code.coding:infectionLaboJLAC11/hiv1result.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1652. Observation.code.coding:infectionLaboJLAC11/hiv1result.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1654. Observation.code.coding:infectionLaboJLAC11/hiv1result.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1(ウイルスRNA定量判定)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS)
                                        1656. Observation.code.coding:infectionLaboJLAC11/hiv1result.display
                                        Fixed ValueHIV-1(ウイルスRNA定量判定)
                                        1658. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil
                                        Slice NameinfectionLaboJLAC10/hiv1p2abdil
                                        Control0..1
                                        Must Supporttrue
                                        1660. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1662. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1664. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS)
                                        1666. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.display
                                        Fixed ValueHIV-1+2抗体(希釈倍率)
                                        1668. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil
                                        Slice NameinfectionLaboJLAC11/hiv1p2abdil
                                        Control0..1
                                        Must Supporttrue
                                        1670. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1672. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1674. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS)
                                        1676. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.display
                                        Fixed ValueHIV-1+2抗体(希釈倍率)
                                        1678. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult
                                        Slice NameinfectionLaboJLAC10/hiv1p2abresult
                                        Control0..1
                                        Must Supporttrue
                                        1680. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1682. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1684. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS)
                                        1686. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.display
                                        Fixed ValueHIV-1+2抗体(定性)
                                        1688. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult
                                        Slice NameinfectionLaboJLAC11/hiv1p2abresult
                                        Control0..1
                                        Must Supporttrue
                                        1690. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1692. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1694. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS)
                                        1696. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.display
                                        Fixed ValueHIV-1+2抗体(定性)
                                        1698. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi
                                        Slice NameinfectionLaboJLAC10/hiv1p2abposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1700. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1702. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1704. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS)
                                        1706. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.display
                                        Fixed ValueHIV-1+2抗体(陽性コントロール比)
                                        1708. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi
                                        Slice NameinfectionLaboJLAC11/hiv1p2abposcoi
                                        Control0..1
                                        Must Supporttrue
                                        1710. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1712. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1714. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(陽性コントロール比)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS)
                                        1716. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.display
                                        Fixed ValueHIV-1+2抗体(陽性コントロール比)
                                        1718. Observation.code.coding:infectionLaboJLAC10/hiv1abdil
                                        Slice NameinfectionLaboJLAC10/hiv1abdil
                                        Control0..1
                                        Must Supporttrue
                                        1720. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1722. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1724. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS)
                                        1726. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.display
                                        Fixed ValueHIV-1抗体(希釈倍率)
                                        1728. Observation.code.coding:infectionLaboJLAC11/hiv1abdil
                                        Slice NameinfectionLaboJLAC11/hiv1abdil
                                        Control0..1
                                        Must Supporttrue
                                        1730. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1732. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1734. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS)
                                        1736. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.display
                                        Fixed ValueHIV-1抗体(希釈倍率)
                                        1738. Observation.code.coding:infectionLaboJLAC10/hiv1abresult
                                        Slice NameinfectionLaboJLAC10/hiv1abresult
                                        Control0..1
                                        Must Supporttrue
                                        1740. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1742. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1744. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS)
                                        1746. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.display
                                        Fixed ValueHIV-1抗体(定性)
                                        1748. Observation.code.coding:infectionLaboJLAC11/hiv1abresult
                                        Slice NameinfectionLaboJLAC11/hiv1abresult
                                        Control0..1
                                        Must Supporttrue
                                        1750. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1752. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1754. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS)
                                        1756. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.display
                                        Fixed ValueHIV-1抗体(定性)
                                        1758. Observation.code.coding:infectionLaboJLAC10/hiv2abdil
                                        Slice NameinfectionLaboJLAC10/hiv2abdil
                                        Control0..1
                                        Must Supporttrue
                                        1760. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1762. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1764. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-2抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS)
                                        1766. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.display
                                        Fixed ValueHIV-2抗体(希釈倍率)
                                        1768. Observation.code.coding:infectionLaboJLAC11/hiv2abdil
                                        Slice NameinfectionLaboJLAC11/hiv2abdil
                                        Control0..1
                                        Must Supporttrue
                                        1770. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1772. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1774. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-2抗体(希釈倍率)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS)
                                        1776. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.display
                                        Fixed ValueHIV-2抗体(希釈倍率)
                                        1778. Observation.code.coding:infectionLaboJLAC10/hiv2abresult
                                        Slice NameinfectionLaboJLAC10/hiv2abresult
                                        Control0..1
                                        Must Supporttrue
                                        1780. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1782. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1784. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-2抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS)
                                        1786. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.display
                                        Fixed ValueHIV-2抗体(定性)
                                        1788. Observation.code.coding:infectionLaboJLAC11/hiv2abresult
                                        Slice NameinfectionLaboJLAC11/hiv2abresult
                                        Control0..1
                                        Must Supporttrue
                                        1790. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.system
                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                        1792. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.version
                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                        Must Supporttrue
                                        1794. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.code
                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-2抗体(定性)
                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS)
                                        1796. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.display
                                        Fixed ValueHIV-2抗体(定性)
                                        1798. Observation.code.text
                                        Definition

                                        項目名。報告書などに記載する場合に使用する表示名。

                                        Comments

                                        【JP Core仕様】このプロファイルでは、表示名として必須とする。

                                        多くの場合、coding.display と同一になるが、coding.display に異なる複数の表現が格納される場合を想定し、code間で共通の表現として必須とする。受信側はこの文字列を項目表示文字列として使用できる。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                        Must Supporttrue
                                        1800. Observation.subject
                                        Definition

                                        患者のFHIRリソース(JP_Patient_eCSに従うPatientリソース)への参照。

                                        Short患者のFHIRリソース(JP_Patient_eCSに従うPatientリソース)への参照。
                                        Comments

                                        記述方法は、実装ガイド本文の「リソースへの参照方法(2) Bundleリソースの別のentryのリソースを参照する方法(fullUrlを用いるリテラル参照) 」に従う。

                                        TypeReference(JP_Patient_eCS)
                                        Must Supporttrue
                                        1802. Observation.encounter
                                        Definition

                                        【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照

                                        Short【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照
                                        Comments

                                        記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。電子カルテ情報サービスでは必須。

                                        TypeReference(JP Core Encounter Profile, JP_Encounter-eCS)
                                        Must Supporttrue
                                        Must Support TypesNo must-support rules about the choice of types/profiles
                                        1804. Observation.effective[x]
                                        Definition

                                        検体採取日時。検体採取日時が不明な場合には、検査実施日時、検体受付日時の場合もある。結果報告日時はissued要素を使用する。

                                        Short検体採取日時
                                        Comments

                                        dateTime型に限定する。dateTime側は、1905-08-23, 2015-02-07T13:28:17+09:00

                                        TypedateTime, Period, Timing
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Must Supporttrue
                                        1806. Observation.issued
                                        Definition

                                        検査結果がシステムに格納された日時、システム的な結果報告(登録)日時。

                                        Short検査結果がシステムに格納された日時、システム的な結果報告(登録)日時
                                        Comments

                                        instance型であるため、2015-02-07T13:28:17+09:00 のように時刻までの精度が必要である。

                                        Must Supporttrue
                                        1808. Observation.performer
                                        Definition

                                        【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者への参照。電子カルテ情報サービスでは必須とし、オーダした医師(結果を確認した医師に相当)のPractitionerリソースへの参照を設定する。電子カルテ情報サービスでは必須。

                                        Short【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者、検査実施者(検査オーダ医師)への参照。
                                        Comments

                                        実装ガイド本文の「リソースへの参照方法 (1)containedリソースをインラインリソースIDにより参照する記述方法」を参照のこと。

                                        Control0..1
                                        TypeReference(JP Core Practitioner Profile)
                                        Must Supporttrue
                                        1810. Observation.value[x]
                                        Definition

                                        検体検査の結果。コメントを参照のこと。

                                        Short検体検査の結果
                                        Comments

                                        valueQuantity,valueCodeableConcept,valueStringのいずれかを使用する。この項目自体は子項目をまとめるセット名(バッテリー名、例:血球算定など)の場合にはこの要素は出現しない。また、結果値が何らかの理由により得られなかった場合や、検査結果が未着(検査中または実施前)の場合にはこの要素は出現せず、dataAbsentReasonにその理由を記述する。それ以外では必ず出現する。

                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Must Supporttrue
                                        1812. Observation.value[x]:valueQuantity
                                        Slice NamevalueQuantity
                                        Short検査結果が「数値」の場合、値、単位を設定する。
                                        TypeQuantity
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        1814. Observation.value[x]:valueQuantity.value
                                        Control1..?
                                        Must Supporttrue
                                        1816. Observation.value[x]:valueCodeableConcept
                                        Slice NamevalueCodeableConcept
                                        Definition

                                        結果がコード化されたコンセプトで記述できる場合。定性検査値の場合などに使用する。質問項目の回答記号もコードと回答文字列とみなしてこの結果記述方法を使用することができる。

                                        Short検査結果が「コード値」の場合、コード、テキスト、コードのValue setを定義する。
                                        TypeCodeableConcept
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        1818. Observation.value[x]:valueCodeableConcept.coding
                                        Control1..1
                                        1820. Observation.value[x]:valueCodeableConcept.coding.system
                                        Control1..?
                                        1822. Observation.value[x]:valueCodeableConcept.coding.code
                                        Control1..?
                                        1824. Observation.value[x]:valueCodeableConcept.coding.display
                                        Control1..?
                                        1826. Observation.value[x]:valueString
                                        Slice NamevalueString
                                        Short検査結果値が「文字列」の場合、その文字列を指定する。
                                        Typestring
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        1828. Observation.dataAbsentReason
                                        Definition

                                        検査結果値が欠落している理由。コメントを参照のこと。

                                        Short検査結果値が欠落している理由。詳細、コメントを参照のこと。
                                        Comments

                                        value要素に結果を記述しない場合で検査結果値が欠落している場合には、その理由。コード化して設定することは一般に難しいのでcoding子要素は記述しなくてもよいが、text子要素は必須である。検査値が得られるはずの検査項目であるにもかかわらずvalue[x]要素に値がない場合には、この項目は必須。

                                        Must Supporttrue
                                        1830. Observation.dataAbsentReason.text
                                        Definition

                                        検査結果値が欠落している理由の文字列。例としてはコメントを参照のこと。

                                        Short検査結果値が欠落している理由の文字列。詳細、コメントを参照のこと。
                                        Comments

                                        "検査中"、"未実施"、"検体凝固"、"検体量不足"、"溶血で実施できず"、"採血できず"、"検査機器エラー"などが想定される。

                                        Control1..?
                                        Must Supporttrue
                                        1832. Observation.interpretation
                                        Comments

                                        【JP Core仕様】拡張可コード表「ObservationInterpretationCodes」からいずれかの適当なコードをひとつ使用するが、本要素はなくてもよい。その施設における基準値が設定されている数値検査結果に対しては、基準値範囲により解釈したH(高)、L(低)、N(正常範囲) のいずれかを設定することが望ましい。

                                        コード表が大きいため、下記参照。

                                        https://www.hl7.org/fhir/R4/valueset-observation-interpretation.html

                                        Must Supporttrue
                                        Requirements

                                        特に数値結果については、結果の重要性を完全に理解するために解釈を必要。

                                        1834. Observation.note
                                        Definition

                                        検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。"溶血"、"視算値"、"概算"、"参考値"などもこの要素で記述することができる。

                                        Short検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。詳細を参照のこと。
                                        Must Supporttrue
                                        1836. Observation.specimen
                                        Definition

                                        この検査に使用された検体(標本)情報への参照。

                                        Shortこの検査に使用された検体(標本)。
                                        Comments

                                        検体材料に関する情報を記述したSpecimenリソースをContainedリソースとして本リソースに埋め込んでそれを参照するか、またはtype子要素="Specimen",display子要素で"血清"のように検体名称を設定することで記述する。

                                        Must Supporttrue
                                        1838. Observation.referenceRange
                                        Must Supporttrue
                                        1840. Observation.referenceRange.id
                                        Control0..0
                                        1842. Observation.referenceRange.extension
                                        Control0..0
                                        1844. Observation.referenceRange.modifierExtension
                                        Control0..0
                                        1846. Observation.referenceRange.low
                                        1848. Observation.referenceRange.low.extension
                                        Control0..0
                                        1850. Observation.referenceRange.low.value
                                        Definition

                                        基準値の小さいほうの値

                                        Short基準値の小さいほうの値
                                        Control1..?
                                        Must Supporttrue
                                        1852. Observation.referenceRange.low.unit
                                        Definition

                                        検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。

                                        Short検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。
                                        Must Supporttrue
                                        1854. Observation.referenceRange.low.system
                                        Definition

                                        単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"

                                        Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"
                                        Must Supporttrue
                                        1856. Observation.referenceRange.low.code
                                        Definition

                                        検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                        Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                        Must Supporttrue
                                        1858. Observation.referenceRange.high
                                        1860. Observation.referenceRange.high.extension
                                        Control0..0
                                        1862. Observation.referenceRange.high.value
                                        Definition

                                        基準値の大きいほうの値

                                        Short基準値の大きいほうの値
                                        Control1..?
                                        Must Supporttrue
                                        1864. Observation.referenceRange.high.unit
                                        Definition

                                        検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。

                                        Short検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。
                                        Must Supporttrue
                                        1866. Observation.referenceRange.high.system
                                        Definition

                                        単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"

                                        Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"
                                        Must Supporttrue
                                        1868. Observation.referenceRange.high.code
                                        Definition

                                        検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                        Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                        Must Supporttrue
                                        1870. Observation.referenceRange.text
                                        Must Supporttrue
                                        1872. Observation.hasMember
                                        Definition

                                        同じ検査・観察において、メソッドが1つ、観察が1つ、実行者が1つ、デバイスが1つ、時間が1つしかない1回の検査・観察で同時に複数の検査結果が得られる場合に、その各検査をcomponentをみなしてcomponent要素に記述する。たとえばこのObservationリソースが血圧である場合に、収縮期血圧値と拡張期血圧値の2つは、Observationリソース:血圧の2つのcomponentとして記述される。ただし、実際にこの方式で記述するか、または別々のObservationリソースで記述するかについては、記述方針が別途定められている場合にはそれに従う。

                                        Short1回の検査・観察で同時に複数の検査結果が得られる場合には必須
                                        Comments

                                        この検査が複数の検査項目をグループ化したパネル検査もしくはバッテリー検査の場合に、このグループに含まれる個々の検査の参照へのリストである。この場合には、本Observationリソースのvalueは存在しない。Bundleリソースなどで本リソースから参照可能なObservationリソースが同時に存在する場合には、そのリソースの識別URIを参照する。個々の子検査の結果Observationリソースを、このリソースにContainedリソースとして埋め込むのではなく、別の検査結果Observationリソースとして作成し、Bundleリソースの別のentryのリソースを参照する方法(fullUrlを用いるリテラル参照)をとる。ただし、実際にこの方式で記述するか、または別々のObservationリソースで記述するかについては、記述方針が別途定められている場合にはそれに従う。電子カルテ情報共有サービスで5情報を送信する場合にはこの要素は使用しない。

                                        TypeReference(JP Core Observation LabResult Profile)
                                        Must Supporttrue
                                        1874. Observation.derivedFrom
                                        Definition

                                        この検査が他の1つ以上の検査値から派生している(BMIが体重と身長から派生して算出される場合など)場合に、その派生元の検査への参照のリスト。記述方法としては、hasMember要素と同様に記述する。

                                        Short派生元(素材元)の検査結果への参照のリスト。
                                        TypeReference(JP Core Observation LabResult Profile)
                                        1876. Observation.component
                                        Must Supporttrue
                                        1878. Observation.component.referenceRange
                                        Control0..1
                                        TypeBackboneElement
                                        Must Supporttrue
                                        1880. Observation.component.referenceRange.id
                                        Control0..0
                                        1882. Observation.component.referenceRange.extension
                                        Control0..0
                                        1884. Observation.component.referenceRange.modifierExtension
                                        Control0..0
                                        1886. Observation.component.referenceRange.low
                                        1888. Observation.component.referenceRange.low.id
                                        Control0..0
                                        1890. Observation.component.referenceRange.low.extension
                                        Control0..0
                                        1892. Observation.component.referenceRange.low.value
                                        Definition

                                        基準値の小さいほうの値

                                        Short基準値の小さいほうの値
                                        Control1..?
                                        Must Supporttrue
                                        1894. Observation.component.referenceRange.low.unit
                                        Definition

                                        基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。

                                        Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。
                                        Must Supporttrue
                                        1896. Observation.component.referenceRange.low.system
                                        Definition

                                        基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。

                                        Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。
                                        Must Supporttrue
                                        Pattern Valuehttp://unitsofmeasure.org
                                        1898. Observation.component.referenceRange.low.code
                                        Definition

                                        基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                        Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                        Must Supporttrue
                                        1900. Observation.component.referenceRange.high
                                        1902. Observation.component.referenceRange.high.id
                                        Control0..0
                                        1904. Observation.component.referenceRange.high.extension
                                        Control0..0
                                        1906. Observation.component.referenceRange.high.value
                                        Definition

                                        基準値の大きいほうの値

                                        Short基準値の大きいほうの値
                                        Control1..?
                                        Must Supporttrue
                                        1908. Observation.component.referenceRange.high.unit
                                        Definition

                                        基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。

                                        Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。
                                        Must Supporttrue
                                        1910. Observation.component.referenceRange.high.system
                                        Definition

                                        基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。

                                        Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。
                                        Must Supporttrue
                                        Pattern Valuehttp://unitsofmeasure.org
                                        1912. Observation.component.referenceRange.high.code
                                        Definition

                                        基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                        Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                        Must Supporttrue
                                        1914. Observation.component.referenceRange.text
                                        Must Supporttrue

                                        Guidance on how to interpret the contents of this table can be foundhere

                                        0. Observation
                                        Definition

                                        診療情報における検体検査結果/感染症検体検査結果の格納に使用する

                                        Short診療情報における検体検査結果/感染症検体検査結果の格納に使用する
                                        Comments

                                        このプロファイルは、電子カルテ情報共有サービスに送信するために適合したプロファイルである。

                                        Control0..*
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate NamesVital Signs, Measurement, Results, Tests
                                        Invariantsdom-2: リソースが別のリソースに含まれている場合、ネストされたリソースを含めてはなりません / If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.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-4: リソースが別のリソースに含まれている場合、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-5: 別のリソースにリソースが含まれている場合、セキュリティラベルはありません / If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                                        dom-6: リソースには、堅牢な管理のための叙述(Narative)が存在することが望ましい / A resource should have narrative for robust management (text.`div`.exists())
                                        obs-6: dataAbsentReasonは、Observation.value [x]が存在しない場合にのみ存在するものとします / dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
                                        obs-7: Observation.codeがObservation.component.codeと同じ場合、そのcodeに関連付くvalueは存在してはならない。 / If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present (value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty())
                                        needs-performer-on-CLINS: 注意喚起:このリソースでは、電子カルテ情報共有サービスの5情報送信の場合にはperformerが必要であるが存在しません。CLINS送信でなければ問題ありません。 (performer.exists())
                                        referenceRangeLowUnits-isSameAs-resultValueUnits: 基準値lowの単位情報は検査結果値の単位情報と完全に同一でなければならない。 (((referenceRange.low.unit.exists() implies (value.ofType(Quantity).unit.exists() and (value.ofType(Quantity).unit = referenceRange.low.unit))) and (referenceRange.low.code.exists() implies (value.ofType(Quantity).code.exists() and (value.ofType(Quantity).code = referenceRange.low.code)))))
                                        referenceRangeHighUnits-isSameAs-resultValueUnits: 基準値highの単位情報は検査結果値の単位情報と完全に同一でなければならない。 (((referenceRange.high.unit.exists() implies (value.ofType(Quantity).unit.exists() and (value.ofType(Quantity).unit = referenceRange.high.unit))) and (referenceRange.high.code.exists() implies (value.ofType(Quantity).code.exists() and (value.ofType(Quantity).code = referenceRange.high.code)))))
                                        warn-localCode-observation-laboresult: 注意喚起:このリソースでは、電子カルテ情報共有サービスの5情報送信の場合にはObservation.code.codingにローカルコード記述が必要であるが存在していません。CLINS送信でなければ問題ありません。 (code.coding.where(system ='http://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS').exists())
                                        2. Observation.id
                                        Definition

                                        リソースのURLで使用されるリソースの論理ID。割り当てられたら、この値は変更されません。 / The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

                                        Shortこのアーティファクトの論理ID / Logical id of this artifact
                                        Comments

                                        リソースにIDがないのは、IDが作成操作を使用してサーバーに送信されている場合です。 / The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                        Control0..1
                                        Typeid
                                        Is Modifierfalse
                                        Summarytrue
                                        4. Observation.meta
                                        Definition

                                        リソースに関するMetadata。これは、インフラストラクチャによって維持されるコンテンツです。コンテンツの変更は、常にリソースのバージョンの変更に関連付けられているとは限りません。 / The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

                                        Shortリソースに関するMetadata / Metadata about the resource
                                        Control1..1
                                        TypeMeta
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Summarytrue
                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        6. Observation.meta.id
                                        Definition

                                        リソース内の要素の固有ID(内部参照用)。これは、スペースを含まない任意の文字列値である可能性があります。

                                        Shortエレメント相互参照のためのユニークID
                                        Control0..1
                                        Typestring
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Summaryfalse
                                        8. Observation.meta.extension
                                        Definition

                                        要素の基本的な定義に含まれない追加情報を表すために使用されることがあります。拡張機能の使用を安全かつ管理しやすくするために、定義および使用に適用される厳格なガバナンスのセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たす必要のある要件のセットがあります。

                                        Short実装によって定義される追加コンテンツ
                                        Comments

                                        どのようなアプリケーション、プロジェクト、または標準が拡張機能を使用しているかに関わらず、拡張機能の使用には決して汚名が付くわけではありません - それらを使用または定義する機関または管轄区域に関係なく。拡張機能の使用こそが、FHIR仕様を誰にとっても簡単なコアレベルで維持することを可能にします。

                                        Control0..*
                                        TypeExtension
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                        ext-1: extensionまたはvalue[x]のいずれかが必要です。両方ではありません。 (extension.exists() != value.exists())
                                        SlicingThis element introduces a set of slices on Observation.meta.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • value @ url
                                        • 10. Observation.meta.versionId
                                          Definition

                                          バージョン固有の識別子

                                          Shortバージョン固有の識別子
                                          Comments

                                          サーバーがこの値を割り当て、クライアントが指定した値を無視する。ただし、サーバーが更新/削除時にバージョンの整合性を強制する場合を除く。

                                          Control0..1
                                          Typeid
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                          12. Observation.meta.lastUpdated
                                          Definition

                                          このリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00

                                          Shortこのリソースのデータが最後に作成、更新、複写された日時。最終更新日時。YYYY-MM-DDThh:mm:ss.sss+zz:zz 例:2015-02-07T13:28:17.239+09:00
                                          Comments

                                          この要素は、このリソースのデータを取り込んで蓄積していたシステムが、このリソースになんらかの変更があった可能性があった日時を取得し、このデータを再取り込みする必要性の判断をするために使われる。本要素に前回取り込んだ時点より後の日時が設定されている場合には、なんらかの変更があった可能性がある(変更がない場合もある)ものとして判断される。したがって、内容になんらかの変更があった場合、またはこのリソースのデータが初めて作成された場合には、その時点以降の日時(たとえば、このリソースのデータを作成した日時)を設定しなければならない。内容の変更がない場合でも、このリソースのデータが作り直された場合や単に複写された場合にその日時を設定しなおしてもよい。ただし、内容に変更がないのであれば、日時を変更しなくてもよい。また、この要素の変更とmeta.versionIdの変更とは、必ずしも連動しないことがある。

                                          Control1..1
                                          Typeinstant
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Must Supporttrue
                                          Summarytrue
                                          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                          14. Observation.meta.source
                                          Definition

                                          リソースのソースシステムを識別するURI。これにより、リソース内の情報のソースをトラックまたは区別するために使用できる最小限の[プロビナンス](provenance.html#)情報が提供されます。ソースは、別のFHIRサーバー、ドキュメント、メッセージ、データベースなどを識別できます。

                                          Shortリソースがどこから来たかを特定する
                                          Comments

                                          プロバナンスのリソースにおいて、これはProvenance.entity.what[x]に対応します。ソースの正確な使用方法(および含意されるProvenance.entity.role)は実装者の判断に委ねられます。指定されたソースは1つだけです。追加のプロバナンスの詳細が必要な場合は、完全なプロバナンスリソースを使用するべきです。

                                          この要素は、正規のURLでホストされていないリソースの現在のマスターソースがどこにあるかを示すために使用できます。

                                          Control0..1
                                          Typeuri
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                          16. Observation.meta.profile
                                          Definition

                                          本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS|x.y.z を設定する。

                                          Short本プロファイルを識別するURLとバージョンを指定する。バージョン指定を省略した場合には、データ受信時点の最新バージョンとみなされる。http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Observation_LabResult_eCS|x.y.z を設定する。
                                          Comments

                                          これらの主張が時間の経過に伴って検証または更新される方法と、それらを決定するサーバーや他の基盤に任されます。プロファイルURLのリストは1セットです。

                                          Control1..*
                                          Typecanonical(StructureDefinition)
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Must Supporttrue
                                          Summarytrue
                                          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                          18. Observation.meta.security
                                          Definition

                                          このリソースにはセキュリティラベルが適用されています。これらのタグにより、特定のリソースが全体的なセキュリティポリシーやインフラストラクチャに関連付けられます。

                                          Shortこのリソースに適用されたセキュリティラベル
                                          Comments

                                          セキュリティラベルは変更せずにリソースのバージョンを更新可能です。セキュリティラベルのリストはセットであり、一意性はシステム/コードに基づき、バージョンと表示は無視されます。

                                          Control0..*
                                          BindingUnless not suitable, these codes SHALL be taken from All Security Labels
                                          (extensible to http://hl7.org/fhir/ValueSet/security-labels)

                                          医療プライバシーおよびセキュリティ分類システムからのセキュリティラベル。

                                          TypeCoding
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                          20. Observation.meta.tag
                                          Definition

                                          電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。

                                          Short電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。
                                          Comments

                                          リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

                                          Control0..*
                                          TypeCoding
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                          SlicingThis element introduces a set of slices on Observation.meta.tag. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • value @ system
                                          • 22. Observation.meta.tag:lts
                                            Slice Namelts
                                            Definition

                                            電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。

                                            Short電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。
                                            Comments

                                            リソースの表示バージョンを変更することなく、タグを更新できます。タグのリストは集合です。ユニーク性はシステム/コードに基づき、バージョンと表示は無視されます。

                                            Control0..1
                                            TypeCoding
                                            Is Modifierfalse
                                            Must Supporttrue
                                            Summarytrue
                                            Invariantsele-1: すべてのFHIR要素は、@valueまたはchildrenを持っている必要があります。 (hasValue() or (children().count() > id.count()))
                                            24. Observation.meta.tag:lts.id
                                            Definition

                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                            Control0..0
                                            Typestring
                                            Is Modifierfalse
                                            XML FormatIn the XML format, this property is represented as an attribute.
                                            Summaryfalse
                                            26. Observation.meta.tag:lts.extension
                                            Definition

                                            An Extension

                                            ShortExtension
                                            Control0..0
                                            TypeExtension
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            SlicingThis element introduces a set of slices on Observation.meta.tag.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • value @ url
                                            • 28. Observation.meta.tag:lts.system
                                              Definition

                                              固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。

                                              Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。
                                              Comments

                                              uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                                              Control1..1
                                              Typeuri
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Must Supporttrue
                                              Summarytrue
                                              Requirements

                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication
                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              30. Observation.meta.tag:lts.version
                                              Definition

                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                              Comments

                                              用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                              Control0..0
                                              Typestring
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              32. Observation.meta.tag:lts.code
                                              Definition

                                              長期保存フラグ 固定値 LTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)

                                              Short長期保存フラグ 固定値 LTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)
                                              Control1..1
                                              BindingThe codes SHALL be taken from 長期保存のためのフラグコード valueSet
                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_lts_indication)
                                              Typecode
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Must Supporttrue
                                              Summarytrue
                                              Requirements

                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                              Pattern ValueLTS
                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              34. Observation.meta.tag:lts.display
                                              Definition

                                              システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                                              Shortシステムによって定義された表現 / Representation defined by the system
                                              Control0..1
                                              Typestring
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Requirements

                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              36. Observation.meta.tag:lts.userSelected
                                              Definition

                                              このコーディングがユーザーによって直接選択されたことを示します。利用可能なアイテムのピックリスト(コードまたはディスプレイ)。 / Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                              Comments

                                              一連の代替案の中で、直接選択されたコードが新しい翻訳の最も適切な出発点です。この要素の使用とその結果をより完全に明確にするためには、「直接選択された」ことについては曖昧さがあり、取引パートナー契約が必要になる場合があります。 / Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

                                              Control0..0
                                              Typeboolean
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Requirements

                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              38. Observation.implicitRules
                                              Definition

                                              リソースが構築されたときに従った一連のルールへの参照。コンテンツの処理時に理解する必要があります。多くの場合、これは他のプロファイルなどとともに特別なルールを定義する実装ガイドへの参照です。 / A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                                              Shortこのコンテンツが作成されたルールのセット / A set of rules under which this content was created
                                              Comments

                                              このルールセットを主張することは、コンテンツが限られた取引パートナーのセットによってのみ理解されることを制限します。これにより、本質的に長期的にデータの有用性が制限されます。ただし、既存の健康エコシステムは非常に破壊されており、一般的に計算可能な意味でデータを定義、収集、交換する準備ができていません。可能な限り、実装者や仕様ライターはこの要素の使用を避ける必要があります。多くの場合、使用する場合、URLは、これらの特別なルールを他のプロファイル、バリューセットなどとともに叙述(Narative)の一部として定義する実装ガイドへの参照です。 / Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

                                              Control0..1
                                              Typeuri
                                              Is Modifiertrue because 暗黙のルールは、意味または解釈を変更するリソースに関する追加の知識を提供する可能性があるため、この要素は修飾子としてラベル付けされています。 / This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summarytrue
                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              40. Observation.language
                                              Definition

                                              リソースが書かれている基本言語。 / The base language in which the resource is written.

                                              Shortリソースコンテンツの言語 / Language of the resource content
                                              Comments

                                              言語は、インデックス作成とアクセシビリティをサポートするために提供されます(通常、テキストから音声までのサービスなどのサービスが言語タグを使用します)。叙述(Narative)のHTML言語タグは、叙述(Narative)に適用されます。リソース上の言語タグを使用して、リソース内のデータから生成された他のプレゼンテーションの言語を指定できます。すべてのコンテンツが基本言語である必要はありません。リソース。言語は、叙述(Narative)に自動的に適用されると想定されるべきではありません。言語が指定されている場合、HTMLのDIV要素にも指定されている場合(XML:LangとHTML Lang属性の関係については、HTML5のルールを参照してください)。 / Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

                                              Control0..1
                                              BindingThe codes SHOULD be taken from CommonLanguages
                                              (preferred to http://hl7.org/fhir/ValueSet/languages)

                                              人間の言語。 / A human language.

                                              Additional BindingsPurpose
                                              AllLanguagesMax Binding
                                              Typecode
                                              Is Modifierfalse
                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                              Summaryfalse
                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              42. Observation.text
                                              Definition

                                              リソースの概要を含み、人間へのリソースの内容を表すために使用できる人間の読み取り可能な叙述(Narative)。叙述(Narative)はすべての構造化されたデータをエンコードする必要はありませんが、人間が叙述(Narative)を読むだけで「臨床的に安全」にするために十分な詳細を含める必要があります。リソースの定義は、臨床的安全を確保するために、叙述(Narative)で表現するコンテンツを定義する場合があります。 / A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

                                              Short人間の解釈のためのリソースのテキスト概要 / Text summary of the resource, for human interpretation
                                              Comments

                                              含まれるリソースには叙述(Narative)がありません。含まれていないリソースには叙述(Narative)が必要です。場合によっては、リソースには、追加の個別のデータがほとんどまたはまったくないテキストのみがあります(すべてのMinoccur = 1要素が満たされている限り)。これは、情報がtext blob (バイナリー ラージ オブジェクト)としてキャプチャされるレガシーシステムからのデータ、またはテキストが生またはナレーションされ、エンコードされた情報が後で追加される場合に必要になる場合があります。 / Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

                                              Control0..1
                                              TypeNarrative
                                              Is Modifierfalse
                                              Summaryfalse
                                              Alternate Namesnarrative, html, xhtml, display
                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              44. Observation.contained
                                              Definition

                                              これらのリソースには、それらを含むリソースを除いて独立した存在はありません - 独立して特定することはできず、独自の独立したトランザクションスコープを持つこともできません。 / These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

                                              Shortインラインリソースが含まれています / Contained, inline Resources
                                              Comments

                                              識別が失われると、コンテンツを適切に識別できる場合は、これを行うべきではありません。含まれるリソースには、メタ要素にプロファイルとタグがある場合がありますが、セキュリティラベルはありません。 / This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

                                              Control0..*
                                              TypeResource
                                              Is Modifierfalse
                                              Summaryfalse
                                              Alternate Namesinline resources, anonymous resources, contained resources
                                              SlicingThis element introduces a set of slices on Observation.contained. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • profile @ $this
                                              • 46. Observation.contained:encounter
                                                Slice Nameencounter
                                                Definition

                                                【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース

                                                Short【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース
                                                Comments

                                                電子カルテ情報共有サービスでは必須。encounter要素から参照される場合には、そのJP_Encounterリソースの実体。JP_Encounterリソースにおける必要最小限の要素だけが含まれればよい。ここで埋め込まれるJP_Encounterリソースでは、Encounter.classにこの情報を記録したときの受診情報(入外区分など)を記述して使用する。

                                                Control0..1
                                                TypeEncounter(JP Core Encounter Profile, JP_Encounter-eCS)
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Must Support TypesNo must-support rules about the choice of types/profiles
                                                Summaryfalse
                                                Alternate NamesVisit
                                                48. Observation.contained:specimen
                                                Slice Namespecimen
                                                Definition

                                                検体材料情報をコンパクトに格納したSpecimenリソース

                                                Short検体材料情報をコンパクトに格納したSpecimenリソース
                                                Comments

                                                specimen要素から参照される場合には、そのJP_Organizationリソースの実体。JP_Organizationリソースにおける必要最小限の要素だけが含まれればよい。specimen要素ではContainedリソースを参照する方法ではなくspecimen要素に検体材料名だけを記述することもできるので、その場合にはこのContainedリソースは不要。

                                                Control0..1
                                                TypeSpecimen(JP_Specimen)
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                50. Observation.contained:performer
                                                Slice Nameperformer
                                                Definition

                                                【電子カルテ情報共有サービス(5情報送信)では必須】検査オーダを作成したときの作成医療者情報をコンパクトに格納したPractitionerリソース

                                                Short【電子カルテ情報共有サービス(5情報送信)では必須】検査オーダを作成したときの作成医療者情報をコンパクトに格納したPractitionerリソース
                                                Comments

                                                performer要素から参照される場合には、そのJP_Practitionerリソースの実体。JP_Practitionerリソースにおける必要最小限の要素、医療者識別情報だけが含まれればよい。電子カルテ情報サービスでは必須。

                                                Control0..1
                                                TypePractitioner(JP Core Practitioner Profile)
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                52. Observation.contained:order
                                                Slice Nameorder
                                                Definition

                                                診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース

                                                Short診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース
                                                Comments

                                                basedOn要素から参照される場合には、そのJP_ServiceRequestリソースの実体。JP_ServiceRequestリソースにおける必要最小限の要素だけが含まれればよい。

                                                Control0..1
                                                TypeServiceRequest(JP_ServiceRequest)
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summaryfalse
                                                Alternate Namesdiagnostic request, referral, referral request, transfer of care request
                                                54. Observation.extension
                                                Definition

                                                An Extension

                                                ShortExtension
                                                Control0..*
                                                TypeExtension
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                SlicingThis element introduces a set of slices on Observation.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • value @ url
                                                • 56. Observation.extension:eCS_InstitutionNumber
                                                  Slice NameeCS_InstitutionNumber
                                                  Definition

                                                  【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した医療機関の識別番号を記述するために使用する拡張「eCS_InstitutionNumber」。 本情報は、ServiceRequestの要素として記述することも可能であるが、その場合もこの拡張で記述することとする。

                                                  Short【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した医療機関の識別番号を記述するために使用する拡張「eCS_InstitutionNumber」。 本情報は、ServiceRequestの要素として記述することも可能であるが、その場合もこの拡張で記述することとする。
                                                  Comments

                                                  電子カルテ情報サービスでは、この拡張による記述は必須。医療機関10桁番号を示すsystem値は"http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no"を使用する。

                                                  Control0..1
                                                  This element is affected by the following invariants: ele-1
                                                  TypeExtension(JP eCS InstitutionNumber Extension) (Extension Type: Identifier)
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Summaryfalse
                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  valid-value-institutionNumberExtension: 施設番号 valueIdentifier.value値は、2桁都道府県番号、1桁医療機関区分(1|2|3)、7桁保険医療機関番号の連結10桁とする。 (value.ofType(Identifier).value.matches('^[0-4][0-9][1-3][0-9]{7}$'))
                                                  58. Observation.extension:eCS_InstitutionNumber.id
                                                  Definition

                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                  Control0..1
                                                  Typestring
                                                  Is Modifierfalse
                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                  Summaryfalse
                                                  60. Observation.extension:eCS_InstitutionNumber.extension
                                                  Definition

                                                  An Extension

                                                  ShortExtension
                                                  Control0..0
                                                  TypeExtension
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  SlicingThis element introduces a set of slices on Observation.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                  • value @ url
                                                  • 62. Observation.extension:eCS_InstitutionNumber.url
                                                    Definition

                                                    拡張コードの定義のソース - 論理名またはURL。 / Source of the definition for the extension code - a logical name or a URL.

                                                    Short拡張機能の意味を識別します / identifies the meaning of the extension
                                                    Comments

                                                    定義は、拡張性コードの計算可能または人間が読み取る可能性のある定義を直接指している場合があります。または、他の仕様で宣言されているように、論理的なURIである場合があります。定義は、拡張機能を定義する構造定義のURIでなければなりません。 / The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                    Control1..1
                                                    Typeuri
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber
                                                    64. Observation.extension:eCS_InstitutionNumber.value[x]
                                                    Definition

                                                    作成発行した医療機関番号を設定する。

                                                    Short作成発行した医療機関番号を設定する。
                                                    Control1..1
                                                    TypeIdentifier
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    66. Observation.extension:eCS_InstitutionNumber.value[x].id
                                                    Definition

                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                    Control0..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    68. Observation.extension:eCS_InstitutionNumber.value[x].extension
                                                    Definition

                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                    Comments

                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    SlicingThis element introduces a set of slices on Observation.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • value @ url
                                                    • 70. Observation.extension:eCS_InstitutionNumber.value[x].use
                                                      Definition

                                                      このidentifierの目的。 / The purpose of this identifier.

                                                      Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
                                                      Comments

                                                      アプリケーションは、identifierが一時的なものであると明示的に言っていない限り、永続的であると想定できます。 / Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                      Control0..1
                                                      BindingThe codes SHALL be taken from IdentifierUse
                                                      (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                      既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

                                                      Typecode
                                                      Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summarytrue
                                                      Requirements

                                                      特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      72. Observation.extension:eCS_InstitutionNumber.value[x].type
                                                      Definition

                                                      特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                      Shortidentifierの説明 / Description of identifier
                                                      Comments

                                                      この要素は、identifierの一般的なカテゴリのみを扱います。identifier。システムに対応するコードに使用しないでください。一部のidentifierは、一般的な使用法により複数のカテゴリに分類される場合があります。システムがわかっている場合、タイプは常にシステム定義の一部であるため、タイプは不要です。ただし、システムが不明なidentifierを処理する必要があることがよくあります。多くの異なるシステムが同じタイプを持っているため、タイプとシステムの間に1:1の関係はありません。 / This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                      Control0..1
                                                      BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                      (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                      特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                      TypeCodeableConcept
                                                      Is Modifierfalse
                                                      Summarytrue
                                                      Requirements

                                                      identifierシステムが不明な場合、ユーザーはidentifierを使用できます。 / Allows users to make use of identifiers when the identifier system is not known.

                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      74. Observation.extension:eCS_InstitutionNumber.value[x].system
                                                      Definition

                                                      値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                      Shortidentifier値の名前空間 / The namespace for the identifier value
                                                      Comments

                                                      identifier。システムは常にケースに敏感です。 / Identifier.system is always case sensitive.

                                                      Control1..1
                                                      Typeuri
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Summarytrue
                                                      Requirements

                                                      identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                      Fixed Valuehttp://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no
                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      76. Observation.extension:eCS_InstitutionNumber.value[x].value
                                                      Definition

                                                      医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)

                                                      Short医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)
                                                      Comments

                                                      値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                      Control1..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Must Supporttrue
                                                      Summarytrue
                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      78. Observation.extension:eCS_InstitutionNumber.value[x].period
                                                      Definition

                                                      identifierが使用される/有効な期間。 / Time period during which identifier is/was valid for use.

                                                      ShortIDが使用に有効だった時間期間 / Time period when id is/was valid for use
                                                      Control0..1
                                                      TypePeriod
                                                      Is Modifierfalse
                                                      Summarytrue
                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      80. Observation.extension:eCS_InstitutionNumber.value[x].assigner
                                                      Definition

                                                      identifierを発行/管理する組織。 / Organization that issued/manages the identifier.

                                                      ShortIDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
                                                      Comments

                                                      identifierは、.reference要素を省略し、割り当て組織に関する名前またはその他のテキスト情報を反映した.display要素のみを含む場合があります。 / The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                      Control0..1
                                                      TypeReference(Organization)
                                                      Is Modifierfalse
                                                      Summarytrue
                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      82. Observation.extension:eCS_Department
                                                      Slice NameeCS_Department
                                                      Definition

                                                      【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した診療科または作成発行者の診療科情報を記述するために使用する拡張「eCS_Department」

                                                      Short【電子カルテ情報共有サービス(5情報送信)では必須】本情報を作成発行した診療科または作成発行者の診療科情報を記述するために使用する拡張「eCS_Department」
                                                      Comments

                                                      電子カルテ情報サービスでは、この拡張による記述は必須。コード化する場合には、JAMI(SS-MIX2) 診療科コード表のsystem値"http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment"を使用する。診療科を記述する場合には、そのコード化の有無に関わらずtext要素による記述は必須。

                                                      Control0..1
                                                      This element is affected by the following invariants: ele-1
                                                      TypeExtension(JP eCS Department Extension) (Extension Type: CodeableConcept)
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Summaryfalse
                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      84. Observation.extension:eCS_Department.id
                                                      Definition

                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                      Control0..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                      Summaryfalse
                                                      86. Observation.extension:eCS_Department.extension
                                                      Definition

                                                      An Extension

                                                      ShortExtension
                                                      Control0..0
                                                      TypeExtension
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      SlicingThis element introduces a set of slices on Observation.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                      • value @ url
                                                      • 88. Observation.extension:eCS_Department.url
                                                        Definition

                                                        拡張コードの定義のソース - 論理名またはURL。 / Source of the definition for the extension code - a logical name or a URL.

                                                        Short拡張機能の意味を識別します / identifies the meaning of the extension
                                                        Comments

                                                        定義は、拡張性コードの計算可能または人間が読み取る可能性のある定義を直接指している場合があります。または、他の仕様で宣言されているように、論理的なURIである場合があります。定義は、拡張機能を定義する構造定義のURIでなければなりません。 / The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                        Control1..1
                                                        Typeuri
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        Fixed Valuehttp://jpfhir.jp/fhir/eCS/Extension/StructureDefinition/JP_eCS_Department
                                                        90. Observation.extension:eCS_Department.value[x]
                                                        Definition

                                                        診療科コードと名称等を設定する。

                                                        Short診療科コードと名称等を設定する。
                                                        Control1..1
                                                        BindingThe codes SHOULD be taken from JP Core Department SS-MIX ValueSet
                                                        (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_Department_SsMix_VS)
                                                        TypeCodeableConcept
                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        92. Observation.extension:eCS_Department.value[x].id
                                                        Definition

                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                        Control0..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        94. Observation.extension:eCS_Department.value[x].extension
                                                        Definition

                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                        Comments

                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                        Control0..*
                                                        TypeExtension
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Alternate Namesextensions, user content
                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        SlicingThis element introduces a set of slices on Observation.extension.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                        • value @ url
                                                        • 96. Observation.extension:eCS_Department.value[x].coding
                                                          Definition

                                                          用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                          Comments

                                                          コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                          Control0..*
                                                          TypeCoding
                                                          Is Modifierfalse
                                                          Summarytrue
                                                          Requirements

                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          98. Observation.extension:eCS_Department.value[x].text
                                                          Definition

                                                          データを入力したユーザー、および/またはユーザーの意図された意味を表すユーザーによって見られる/選択/発言された概念の人間の言語表現。 / A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                          Shortコンセプトの単純なテキスト表現 / Plain text representation of the concept
                                                          Comments

                                                          多くの場合、テキストはコーディングの1つの表示名と同じです。 / Very often the text is the same as a displayName of one of the codings.

                                                          Control1..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Must Supporttrue
                                                          Summarytrue
                                                          Requirements

                                                          用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          100. Observation.modifierExtension
                                                          Definition

                                                          リソースの基本的な定義の一部ではなく、それを含む要素の理解および/または含有要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義することが許可されていますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                                                          モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                          Short無視できない拡張機能 / Extensions that cannot be ignored
                                                          Comments

                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                          Control0..*
                                                          TypeExtension
                                                          Is Modifiertrue because モディファイア拡張は、それらを含むリソースの意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                                                          Summaryfalse
                                                          Requirements

                                                          修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                          Alternate Namesextensions, user content
                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          102. Observation.identifier
                                                          Definition

                                                          このリソース情報の識別ID。

                                                          Shortこのリソース情報の識別ID。
                                                          Comments

                                                          リソース一意識別IDの仕様は、「診療情報・サマリー汎用リソース一意識別ID仕様」を参照のこと。

                                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                                          Control1..*
                                                          TypeIdentifier
                                                          Is Modifierfalse
                                                          Must Supporttrue
                                                          Summarytrue
                                                          Requirements

                                                          観測を区別し、参照することを可能にします。 / Allows observations to be distinguished and referenced.

                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          SlicingThis element introduces a set of slices on Observation.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                          • value @ system
                                                          • 104. Observation.identifier.id
                                                            Definition

                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                            Control0..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                            Summaryfalse
                                                            106. Observation.identifier.extension
                                                            Definition

                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                            Comments

                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                            Control0..*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Alternate Namesextensions, user content
                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            SlicingThis element introduces a set of slices on Observation.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                            • value @ url
                                                            • 108. Observation.identifier.use
                                                              Definition

                                                              この識別子の目的。

                                                              Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
                                                              Comments

                                                              アプリケーションは、identifierが一時的であると明示的に述べられない限り、永続的であると想定できる。

                                                              Control0..1
                                                              BindingThe codes SHALL be taken from IdentifierUse
                                                              (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                              既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

                                                              Typecode
                                                              Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Requirements

                                                              特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              110. Observation.identifier.type
                                                              Definition

                                                              特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                              Shortidentifierの説明 / Description of identifier
                                                              Comments

                                                              この要素は、identifierの一般的なカテゴリのみを扱います。identifier。システムに対応するコードに使用しないでください。一部のidentifierは、一般的な使用法により複数のカテゴリに分類される場合があります。システムがわかっている場合、タイプは常にシステム定義の一部であるため、タイプは不要です。ただし、システムが不明なidentifierを処理する必要があることがよくあります。多くの異なるシステムが同じタイプを持っているため、タイプとシステムの間に1:1の関係はありません。 / This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                              Control0..1
                                                              BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                              (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                              特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                              TypeCodeableConcept
                                                              Is Modifierfalse
                                                              Summarytrue
                                                              Requirements

                                                              identifierシステムが不明な場合、ユーザーはidentifierを使用できます。 / Allows users to make use of identifiers when the identifier system is not known.

                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              112. Observation.identifier.system
                                                              Definition

                                                              値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                              Shortidentifier値の名前空間 / The namespace for the identifier value
                                                              Control0..1
                                                              Typeuri
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Requirements

                                                              identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              114. Observation.identifier.value
                                                              Definition

                                                              システムのコンテキスト内で一意の識別子となる文字列を設定。

                                                              Short一意の値 / The value that is unique
                                                              Comments

                                                              値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                              Control0..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              116. Observation.identifier.period
                                                              Definition

                                                              identifierが使用される/有効な期間。 / Time period during which identifier is/was valid for use.

                                                              ShortIDが使用に有効だった時間期間 / Time period when id is/was valid for use
                                                              Control0..1
                                                              TypePeriod
                                                              Is Modifierfalse
                                                              Summarytrue
                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              118. Observation.identifier.assigner
                                                              Definition

                                                              identifierを発行/管理する組織。 / Organization that issued/manages the identifier.

                                                              ShortIDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
                                                              Comments

                                                              identifierは、.reference要素を省略し、割り当て組織に関する名前またはその他のテキスト情報を反映した.display要素のみを含む場合があります。 / The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                              Control0..1
                                                              TypeReference(Organization)
                                                              Is Modifierfalse
                                                              Summarytrue
                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              120. Observation.identifier:resourceIdentifier
                                                              Slice NameresourceIdentifier
                                                              Definition

                                                              この検査項目に割り当てられた一意の識別子。リソースの識別子やシステム的なシーケンスではなく、ビジネスID。

                                                              Short当該検査項目に対して、施設内で割り振られる一意の識別子
                                                              Comments

                                                              【JP Core仕様】当該検査項目に対して、施設内で割り振られる一意の識別子があればそれを使用する。なければ次のルールを参考に一意となる識別子を生成し設定する。
                                                              アプリケーション側のデータベースにおけるフィールド長の定義については、最低64バイトを確保すること。
                                                              --- 参考 ---
                                                              次の項目を順にセパレータ「(アンダースコア)」で連結し、 identifier.value に設定する。グループ項目でない場合など、該当コード/番号がない場合はセパレータを連続で連結する。各コードはローカルコードを使用し、必ず設定できること。
                                                               1.ORC-2(依頼者オーダ番号) SS-MIX2の15桁前ゼロ形式の番号
                                                               2.OBR-4(検査項目ID) 検査セットの識別コード
                                                               3.SPM-4(検体タイプ)
                                                               4.OBX-3(検査項目)
                                                               5.OBX-4(検査副ID)・・・オプション。必要に応じて使用。
                                                              形式:[ORC-2]
                                                              [OBR-4][SPM-4][OBX-3](_[OBX-4])

                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                              Control1..1
                                                              TypeIdentifier
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Summarytrue
                                                              Requirements

                                                              観測を区別し、参照することを可能にします。 / Allows observations to be distinguished and referenced.

                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              122. Observation.identifier:resourceIdentifier.id
                                                              Definition

                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                              Control0..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                              Summaryfalse
                                                              124. Observation.identifier:resourceIdentifier.extension
                                                              Definition

                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                              Comments

                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                              Control0..*
                                                              TypeExtension
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Alternate Namesextensions, user content
                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              SlicingThis element introduces a set of slices on Observation.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                              • value @ url
                                                              • 126. Observation.identifier:resourceIdentifier.use
                                                                Definition

                                                                この識別子の目的。

                                                                Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)
                                                                Comments

                                                                アプリケーションは、identifierが一時的であると明示的に述べられない限り、永続的であると想定できる。

                                                                Control0..1
                                                                BindingThe codes SHALL be taken from IdentifierUse
                                                                (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                既知の場合、このidentifierの目的を識別します。 / Identifies the purpose for this identifier, if known .

                                                                Typecode
                                                                Is Modifiertrue because これは、アプリケーションが一時的なIDを永続的なIDと間違えてはならないため、「IS修飾子」とラベル付けされています。 / This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summarytrue
                                                                Requirements

                                                                特定の使用のコンテキストが一連のidentifierの中から選択される適切なidentifierを許可します。 / Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                128. Observation.identifier:resourceIdentifier.type
                                                                Definition

                                                                特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                Shortidentifierの説明 / Description of identifier
                                                                Comments

                                                                この要素は、identifierの一般的なカテゴリのみを扱います。identifier。システムに対応するコードに使用しないでください。一部のidentifierは、一般的な使用法により複数のカテゴリに分類される場合があります。システムがわかっている場合、タイプは常にシステム定義の一部であるため、タイプは不要です。ただし、システムが不明なidentifierを処理する必要があることがよくあります。多くの異なるシステムが同じタイプを持っているため、タイプとシステムの間に1:1の関係はありません。 / This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                Control0..1
                                                                BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                特定の目的に使用するidentifierを決定するために使用できるidentifierのコード化されたタイプ。 / A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                TypeCodeableConcept
                                                                Is Modifierfalse
                                                                Summarytrue
                                                                Requirements

                                                                identifierシステムが不明な場合、ユーザーはidentifierを使用できます。 / Allows users to make use of identifiers when the identifier system is not known.

                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                130. Observation.identifier:resourceIdentifier.system
                                                                Definition

                                                                値の名前空間、つまり一意のセット値を記述するURLを確立します。 / Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                Shortidentifier値の名前空間 / The namespace for the identifier value
                                                                Comments

                                                                リソース一意識別IDのsystem値は"http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier" を設定する。

                                                                Control1..1
                                                                Typeuri
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Summarytrue
                                                                Requirements

                                                                identifierのセットがたくさんあります。2つのidentifierを一致させるには、どのセットを扱っているかを知る必要があります。システムは、特定の一意のidentifierセットを識別します。 / There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                Pattern Valuehttp://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier
                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                132. Observation.identifier:resourceIdentifier.value
                                                                Definition

                                                                「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。

                                                                Short「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。
                                                                Comments

                                                                値が完全なURIの場合、システムはurn:ietf:rfc:3986でなければなりません。値の主な目的は、計算マッピングです。その結果、比較目的で正規化される可能性があります(例えば、有意でない白文字、ダッシュなどの削除)ヒューマンディスプレイ用の値は、[レンダリングされた値拡張](拡張レンダリングValue.html)を使用して伝達できます。identifier。価値は、identifierの知識を使用しない限り、ケースに敏感なものとして扱われます。システムにより、プロセッサーは、非セイズに固有の処理が安全であると確信できます。 / If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                Control1..1
                                                                Typestring
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Must Supporttrue
                                                                Summarytrue
                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                134. Observation.identifier:resourceIdentifier.period
                                                                Definition

                                                                identifierが使用される/有効な期間。 / Time period during which identifier is/was valid for use.

                                                                ShortIDが使用に有効だった時間期間 / Time period when id is/was valid for use
                                                                Control0..1
                                                                TypePeriod
                                                                Is Modifierfalse
                                                                Summarytrue
                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                136. Observation.identifier:resourceIdentifier.assigner
                                                                Definition

                                                                identifierを発行/管理する組織。 / Organization that issued/manages the identifier.

                                                                ShortIDを発行した組織(単なるテキストである可能性があります) / Organization that issued id (may be just text)
                                                                Comments

                                                                identifierは、.reference要素を省略し、割り当て組織に関する名前またはその他のテキスト情報を反映した.display要素のみを含む場合があります。 / The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                Control0..1
                                                                TypeReference(Organization)
                                                                Is Modifierfalse
                                                                Summarytrue
                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                138. Observation.basedOn
                                                                Definition

                                                                このプロファイルでは、検体検査オーダに関する情報。

                                                                ShortこのObservationが実施されることになった依頼や計画、提案に関する情報
                                                                Comments

                                                                記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。

                                                                Control0..1
                                                                TypeReference(JP_ServiceRequest)
                                                                Is Modifierfalse
                                                                Summarytrue
                                                                Requirements

                                                                イベントの許可を追跡し、提案/勧告が行われたかどうかを追跡することができます。 / Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.

                                                                Alternate NamesFulfills
                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                140. Observation.partOf
                                                                Definition

                                                                このリソースが一部として、あるいは手順の一つとして含まれるより大きなイベント。

                                                                ShortこのObservationが親イベントの一部を成す要素であるとき、その親イベントに関する情報【詳細参照】
                                                                Comments

                                                                【JP Core仕様】当面は使用しない。

                                                                Control0..*
                                                                TypeReference(JP Core MedicationAdministration Profile, JP Core MedicationAdministration Injection Profile, JP Core MedicationDispenseBase Profile, MedicationStatement, JP Core Procedure Profile, JP Core Immunization Profile, ImagingStudy)
                                                                Is Modifierfalse
                                                                Summarytrue
                                                                Alternate NamesContainer
                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                142. Observation.status
                                                                Definition

                                                                検査結果値の状態。

                                                                Short結果の状態【詳細参照】
                                                                Comments

                                                                検査結果がある場合には、preliminary:暫定結果報告(このあとで本報告が予定される場合)、final:最終結果報告(このあと修正されることはもちろん事情によってはありうるが、この報告段階では確定結果として報告されている、corrected:定性報告(final報告を修正した、新しい結果が有効である)、のいずれかを使用する。検査結果がない場合には、registered : 結果未着、またはcancelled:検査中止(検体不良や検査機器エラーなどなんらかの原因で検査を実施しなかった、またはこの結果や検査実施が取り消されたので報告は取り消された、報告済みの以前の結果は無効である、間違っていたかもしれない)のどちらかを使用する。これら以外の状態コードは http://hl7.org/fhir/observation-status には定義されているが、意味的に紛らわしいので使わない。

                                                                Control1..1
                                                                BindingThe codes SHALL be taken from ObservationStatus
                                                                (required to http://hl7.org/fhir/ValueSet/observation-status|4.0.1)

                                                                観察のステータスを提供するコード。 / Codes providing the status of an observation.

                                                                Typecode
                                                                Is Modifiertrue because この要素は、リソースを有効として扱うべきではないことを意味するステータスに入力されたステータスを含むステータス要素であるため、修飾子としてラベル付けされています。 / This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Must Supporttrue
                                                                Summarytrue
                                                                Requirements

                                                                個々の結果のステータスを追跡する必要があります。レポート全体が最終決定される前に、いくつかの結果が確定します。 / Need to track the status of individual results. Some results are finalized before the whole report is finalized.

                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                144. Observation.category
                                                                Definition

                                                                検査結果カテゴリーのコード。system=http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS code="laboratory"

                                                                Short検査結果カテゴリーのコード。system=http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS code="laboratory"
                                                                Comments

                                                                階層的にカテゴリーを設定することで粒度のレベルを概念定義できる。

                                                                Control1..1
                                                                BindingThe codes SHOULD be taken from JP Core Simple Observation Category ValueSet
                                                                (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS)
                                                                TypeCodeableConcept
                                                                Is Modifierfalse
                                                                Must Supporttrue
                                                                Summaryfalse
                                                                Requirements

                                                                どの観測値が取得されて表示されるかをフィルタリングするために使用されます。 / Used for filtering what observations are retrieved and displayed.

                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                SlicingThis element introduces a set of slices on Observation.category. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                • value @ $this
                                                                • 146. Observation.category:laboratory
                                                                  Slice Namelaboratory
                                                                  Definition

                                                                  検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表から"laboratory"を設定する。

                                                                  Short検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表から"laboratory"を設定する。
                                                                  Comments

                                                                  【JP Core仕様】推奨コード表「JP Core Simple Observation Category CodeSystem」より、このプロファイルでは「laboratory」固定とする。
                                                                  (social-history | vital-signs | imaging | laboratory | procedure | survey | exam | therapy | activity)

                                                                  Control1..1
                                                                  BindingThe codes SHALL be taken from JP Core Simple Observation Category ValueSet
                                                                  (required to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS)
                                                                  TypeCodeableConcept
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Requirements

                                                                  どの観測値が取得されて表示されるかをフィルタリングするために使用されます。 / Used for filtering what observations are retrieved and displayed.

                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  148. Observation.category:laboratory.id
                                                                  Definition

                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                  Control0..1
                                                                  Typestring
                                                                  Is Modifierfalse
                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                  Summaryfalse
                                                                  150. Observation.category:laboratory.extension
                                                                  Definition

                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                  Comments

                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                  Control0..*
                                                                  TypeExtension
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Alternate Namesextensions, user content
                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  SlicingThis element introduces a set of slices on Observation.category.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                  • value @ url
                                                                  • 152. Observation.category:laboratory.coding
                                                                    Definition

                                                                    コード化されたカテゴリー

                                                                    Shortコード化されたカテゴリー
                                                                    Comments

                                                                    【JP Core仕様】推奨コード表「JP Core Simple Observation Category CodeSystem」より、このプロファイルでは「laboratory」固定とする。

                                                                    Control1..1
                                                                    TypeCoding
                                                                    Is Modifierfalse
                                                                    Summarytrue
                                                                    Requirements

                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    154. Observation.category:laboratory.coding.id
                                                                    Definition

                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                    Control0..1
                                                                    Typestring
                                                                    Is Modifierfalse
                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                    Summaryfalse
                                                                    156. Observation.category:laboratory.coding.extension
                                                                    Definition

                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                    Comments

                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                    Control0..*
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Alternate Namesextensions, user content
                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    SlicingThis element introduces a set of slices on Observation.category.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                    • value @ url
                                                                    • 158. Observation.category:laboratory.coding.system
                                                                      Definition

                                                                      検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表を使用する。

                                                                      Short検体検査では、http://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS のコード表を使用する。
                                                                      Comments

                                                                      uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                                                                      Control1..1
                                                                      Typeuri
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                      Fixed Valuehttp://jpfhir.jp/fhir/core/CodeSystem/JP_SimpleObservationCategory_CS
                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      160. Observation.category:laboratory.coding.version
                                                                      Definition

                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                      Comments

                                                                      用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      162. Observation.category:laboratory.coding.code
                                                                      Definition

                                                                      検体検査を表すコード laboratory を設定する。

                                                                      Short検体検査を表すコード laboratory を設定する。
                                                                      Control1..1
                                                                      Typecode
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                      Fixed Valuelaboratory
                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      164. Observation.category:laboratory.coding.display
                                                                      Definition

                                                                      システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                                                                      Shortシステムによって定義された表現 / Representation defined by the system
                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      166. Observation.category:laboratory.coding.userSelected
                                                                      Definition

                                                                      このコーディングがユーザーによって直接選択されたことを示します。利用可能なアイテムのピックリスト(コードまたはディスプレイ)。 / Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                      Comments

                                                                      一連の代替案の中で、直接選択されたコードが新しい翻訳の最も適切な出発点です。この要素の使用とその結果をより完全に明確にするためには、「直接選択された」ことについては曖昧さがあり、取引パートナー契約が必要になる場合があります。 / Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

                                                                      Control0..1
                                                                      Typeboolean
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      168. Observation.category:laboratory.text
                                                                      Definition

                                                                      データを入力したユーザー、および/またはユーザーの意図された意味を表すユーザーによって見られる/選択/発言された概念の人間の言語表現。 / A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                      Shortコンセプトの単純なテキスト表現 / Plain text representation of the concept
                                                                      Comments

                                                                      多くの場合、テキストはコーディングの1つの表示名と同じです。 / Very often the text is the same as a displayName of one of the codings.

                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      170. Observation.code
                                                                      Definition

                                                                      検査項目のコードと名称

                                                                      ShortこのObservationの対象を特定するコード【詳細参照】
                                                                      Comments

                                                                      JLAC10必須の項目と任意の項目がある。

                                                                      Control1..1
                                                                      BindingThe codes SHOULD be taken from JP Core Observation LabResult Code ValueSet
                                                                      (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS)

                                                                      MEDIS 臨床検査マスター

                                                                      TypeCodeableConcept
                                                                      Is Modifierfalse
                                                                      Must Supporttrue
                                                                      Summarytrue
                                                                      Requirements

                                                                      どのような観察が行われているかを知ることは、観察を理解するために不可欠です。 / Knowing what kind of observation is being made is essential to understanding the observation.

                                                                      Alternate NamesName
                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      172. Observation.code.id
                                                                      Definition

                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                      Control0..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                      Summaryfalse
                                                                      174. Observation.code.extension
                                                                      Definition

                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                      Comments

                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                      Control0..*
                                                                      TypeExtension
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Alternate Namesextensions, user content
                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      SlicingThis element introduces a set of slices on Observation.code.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                      • value @ url
                                                                      • 176. Observation.code.coding
                                                                        Definition

                                                                        検査項目のコード情報。All Slicesの多重度表示に関わらず、coding.system、coding.code、coding.displayはの正しい多重度は1..1である。(本ガイド生成過程の問題によりAll Slicesのこれらの多重度は0..1と表示されている)

                                                                        Short検査項目のコード情報。All Slicesの多重度表示に関わらず、coding.system、coding.code、coding.displayはの正しい多重度は1..1である。(本ガイド生成過程の問題によりAll Slicesのこれらの多重度は0..1と表示されている)
                                                                        Comments

                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                        Control1..*
                                                                        TypeCoding
                                                                        Is Modifierfalse
                                                                        Must Supporttrue
                                                                        Summarytrue
                                                                        Requirements

                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        SlicingThis element introduces a set of slices on Observation.code.coding. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                        • value @ system
                                                                        • value @ display
                                                                        • 178. Observation.code.coding.id
                                                                          Definition

                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                          Control0..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Summaryfalse
                                                                          180. Observation.code.coding.extension
                                                                          Definition

                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                          Comments

                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Alternate Namesextensions, user content
                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                          • value @ url
                                                                          • 182. Observation.code.coding.system
                                                                            Definition

                                                                            コード体系。

                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                            Comments

                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                            URIは本WGで定義する。

                                                                            Control1..1
                                                                            Typeuri
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Must Supporttrue
                                                                            Summarytrue
                                                                            Requirements

                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            184. Observation.code.coding.version
                                                                            Definition

                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                            Comments

                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summarytrue
                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            186. Observation.code.coding.code
                                                                            Definition

                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                            Comments

                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                            Control1..1
                                                                            Typecode
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Must Supporttrue
                                                                            Summarytrue
                                                                            Requirements

                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            188. Observation.code.coding.display
                                                                            Definition

                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                            Comments

                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                            Control1..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Must Supporttrue
                                                                            Summarytrue
                                                                            Requirements

                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            190. Observation.code.coding.userSelected
                                                                            Definition

                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                            Comments

                                                                            【JP Core仕様】当面は未使用とする。

                                                                            Control0..1
                                                                            Typeboolean
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Summarytrue
                                                                            Requirements

                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            192. Observation.code.coding:jlac10LaboCode
                                                                            Slice Namejlac10LaboCode
                                                                            Definition

                                                                            コード体系によって定義されたコードへの参照。

                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                            Comments

                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                            Control0..1
                                                                            BindingThe codes SHALL be taken from JP Core Observation LabResult Code ValueSet
                                                                            (required to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS)
                                                                            TypeCoding
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Summarytrue
                                                                            Requirements

                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            194. Observation.code.coding:jlac10LaboCode.id
                                                                            Definition

                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                            Control0..1
                                                                            Typestring
                                                                            Is Modifierfalse
                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                            Summaryfalse
                                                                            196. Observation.code.coding:jlac10LaboCode.extension
                                                                            Definition

                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                            Comments

                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                            Control0..*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Alternate Namesextensions, user content
                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • value @ url
                                                                            • 198. Observation.code.coding:jlac10LaboCode.system
                                                                              Definition

                                                                              コード体系。

                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                              Comments

                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                              URIは本WGで定義する。

                                                                              Control1..1
                                                                              Typeuri
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Summarytrue
                                                                              Requirements

                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                              Fixed Valuehttp://medis.or.jp/CodeSystem/master-JLAC10-17digits
                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              200. Observation.code.coding:jlac10LaboCode.version
                                                                              Definition

                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                              Comments

                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Summarytrue
                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              202. Observation.code.coding:jlac10LaboCode.code
                                                                              Definition

                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                              Comments

                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                              Control1..1
                                                                              Typecode
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Summarytrue
                                                                              Requirements

                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              204. Observation.code.coding:jlac10LaboCode.display
                                                                              Definition

                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                              Comments

                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                              Control1..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Summarytrue
                                                                              Requirements

                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              206. Observation.code.coding:jlac10LaboCode.userSelected
                                                                              Definition

                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                              Comments

                                                                              【JP Core仕様】当面は未使用とする。

                                                                              Control0..1
                                                                              Typeboolean
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Requirements

                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              208. Observation.code.coding:unCoded
                                                                              Slice NameunCoded
                                                                              Definition

                                                                              コード体系によって定義されたコードへの参照。

                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                              Comments

                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                              Control0..1
                                                                              TypeCoding
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Summarytrue
                                                                              Requirements

                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              210. Observation.code.coding:unCoded.id
                                                                              Definition

                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                              Control0..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Summaryfalse
                                                                              212. Observation.code.coding:unCoded.extension
                                                                              Definition

                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                              Comments

                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Alternate Namesextensions, user content
                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                              • value @ url
                                                                              • 214. Observation.code.coding:unCoded.system
                                                                                Definition

                                                                                コード体系。

                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                Comments

                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                URIは本WGで定義する。

                                                                                Control1..1
                                                                                Typeuri
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Summarytrue
                                                                                Requirements

                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_Uncoded_CS
                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                216. Observation.code.coding:unCoded.version
                                                                                Definition

                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                Comments

                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Summarytrue
                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                218. Observation.code.coding:unCoded.code
                                                                                Definition

                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                Comments

                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                Control1..1
                                                                                Typecode
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Summarytrue
                                                                                Requirements

                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                Fixed Value99999999999999999
                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                220. Observation.code.coding:unCoded.display
                                                                                Definition

                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                Comments

                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                Control1..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Summarytrue
                                                                                Requirements

                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                Fixed Value未標準化コード項目(JLAC)
                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                222. Observation.code.coding:unCoded.userSelected
                                                                                Definition

                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                Comments

                                                                                【JP Core仕様】当面は未使用とする。

                                                                                Control0..1
                                                                                Typeboolean
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Summarytrue
                                                                                Requirements

                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                224. Observation.code.coding:localLaboCode
                                                                                Slice NamelocalLaboCode
                                                                                Definition

                                                                                コード体系によって定義されたコードへの参照。

                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                Comments

                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                Control0..1
                                                                                TypeCoding
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summarytrue
                                                                                Requirements

                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                226. Observation.code.coding:localLaboCode.id
                                                                                Definition

                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                Summaryfalse
                                                                                228. Observation.code.coding:localLaboCode.extension
                                                                                Definition

                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                Comments

                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Alternate Namesextensions, user content
                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                • value @ url
                                                                                • 230. Observation.code.coding:localLaboCode.system
                                                                                  Definition

                                                                                  コード体系。

                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                  Comments

                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                  URIは本WGで定義する。

                                                                                  Control1..1
                                                                                  Typeuri
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS
                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  232. Observation.code.coding:localLaboCode.version
                                                                                  Definition

                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                  Comments

                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  234. Observation.code.coding:localLaboCode.code
                                                                                  Definition

                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                  Comments

                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                  Control1..1
                                                                                  Typecode
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  236. Observation.code.coding:localLaboCode.display
                                                                                  Definition

                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                  Comments

                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                  Control1..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  238. Observation.code.coding:localLaboCode.userSelected
                                                                                  Definition

                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                  Comments

                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                  Control0..1
                                                                                  Typeboolean
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  240. Observation.code.coding:coreLaboJLAC10/tp
                                                                                  Slice NamecoreLaboJLAC10/tp
                                                                                  Definition

                                                                                  コード体系によって定義されたコードへの参照。

                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                  Comments

                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                  Control0..1
                                                                                  TypeCoding
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  242. Observation.code.coding:coreLaboJLAC10/tp.id
                                                                                  Definition

                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                  Summaryfalse
                                                                                  244. Observation.code.coding:coreLaboJLAC10/tp.extension
                                                                                  Definition

                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                  Comments

                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Alternate Namesextensions, user content
                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                  • value @ url
                                                                                  • 246. Observation.code.coding:coreLaboJLAC10/tp.system
                                                                                    Definition

                                                                                    コード体系。

                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                    Comments

                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                    URIは本WGで定義する。

                                                                                    Control1..1
                                                                                    Typeuri
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Must Supporttrue
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    248. Observation.code.coding:coreLaboJLAC10/tp.version
                                                                                    Definition

                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                    Comments

                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Must Supporttrue
                                                                                    Summarytrue
                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    250. Observation.code.coding:coreLaboJLAC10/tp.code
                                                                                    Definition

                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                    Comments

                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                    Control1..1
                                                                                    BindingThe codes SHALL be taken from CLINS: TP ValueSet (JLAC10)
                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tp_VS)
                                                                                    Typecode
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Must Supporttrue
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    252. Observation.code.coding:coreLaboJLAC10/tp.display
                                                                                    Definition

                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                    Comments

                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                    Control1..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Must Supporttrue
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                    Fixed ValueTP
                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    254. Observation.code.coding:coreLaboJLAC10/tp.userSelected
                                                                                    Definition

                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                    Comments

                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                    Control0..1
                                                                                    Typeboolean
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    256. Observation.code.coding:coreLaboJLAC11/tp
                                                                                    Slice NamecoreLaboJLAC11/tp
                                                                                    Definition

                                                                                    コード体系によって定義されたコードへの参照。

                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                    Comments

                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                    Control0..1
                                                                                    TypeCoding
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    258. Observation.code.coding:coreLaboJLAC11/tp.id
                                                                                    Definition

                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                    Summaryfalse
                                                                                    260. Observation.code.coding:coreLaboJLAC11/tp.extension
                                                                                    Definition

                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                    Comments

                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                    Control0..*
                                                                                    TypeExtension
                                                                                    Is Modifierfalse
                                                                                    Summaryfalse
                                                                                    Alternate Namesextensions, user content
                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                    • value @ url
                                                                                    • 262. Observation.code.coding:coreLaboJLAC11/tp.system
                                                                                      Definition

                                                                                      コード体系。

                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                      Comments

                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                      URIは本WGで定義する。

                                                                                      Control1..1
                                                                                      Typeuri
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Must Supporttrue
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      264. Observation.code.coding:coreLaboJLAC11/tp.version
                                                                                      Definition

                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                      Comments

                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Must Supporttrue
                                                                                      Summarytrue
                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      266. Observation.code.coding:coreLaboJLAC11/tp.code
                                                                                      Definition

                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                      Comments

                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                      Control1..1
                                                                                      BindingThe codes SHALL be taken from CLINS: TP ValueSet (JLAC11)
                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tp_VS)
                                                                                      Typecode
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Must Supporttrue
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      268. Observation.code.coding:coreLaboJLAC11/tp.display
                                                                                      Definition

                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                      Comments

                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                      Control1..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Must Supporttrue
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                      Fixed ValueTP
                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      270. Observation.code.coding:coreLaboJLAC11/tp.userSelected
                                                                                      Definition

                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                      Comments

                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                      Control0..1
                                                                                      Typeboolean
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      272. Observation.code.coding:coreLaboJLAC10/alb
                                                                                      Slice NamecoreLaboJLAC10/alb
                                                                                      Definition

                                                                                      コード体系によって定義されたコードへの参照。

                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                      Comments

                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                      Control0..1
                                                                                      TypeCoding
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      274. Observation.code.coding:coreLaboJLAC10/alb.id
                                                                                      Definition

                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                      Summaryfalse
                                                                                      276. Observation.code.coding:coreLaboJLAC10/alb.extension
                                                                                      Definition

                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                      Comments

                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifierfalse
                                                                                      Summaryfalse
                                                                                      Alternate Namesextensions, user content
                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                      • value @ url
                                                                                      • 278. Observation.code.coding:coreLaboJLAC10/alb.system
                                                                                        Definition

                                                                                        コード体系。

                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                        Comments

                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                        URIは本WGで定義する。

                                                                                        Control1..1
                                                                                        Typeuri
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Must Supporttrue
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        280. Observation.code.coding:coreLaboJLAC10/alb.version
                                                                                        Definition

                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                        Comments

                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Must Supporttrue
                                                                                        Summarytrue
                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        282. Observation.code.coding:coreLaboJLAC10/alb.code
                                                                                        Definition

                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                        Comments

                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                        Control1..1
                                                                                        BindingThe codes SHALL be taken from CLINS: ALB ValueSet (JLAC10)
                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alb_VS)
                                                                                        Typecode
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Must Supporttrue
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        284. Observation.code.coding:coreLaboJLAC10/alb.display
                                                                                        Definition

                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                        Comments

                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                        Control1..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Must Supporttrue
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                        Fixed ValueALB
                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        286. Observation.code.coding:coreLaboJLAC10/alb.userSelected
                                                                                        Definition

                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                        Comments

                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                        Control0..1
                                                                                        Typeboolean
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        288. Observation.code.coding:coreLaboJLAC11/alb
                                                                                        Slice NamecoreLaboJLAC11/alb
                                                                                        Definition

                                                                                        コード体系によって定義されたコードへの参照。

                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                        Comments

                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                        Control0..1
                                                                                        TypeCoding
                                                                                        Is Modifierfalse
                                                                                        Must Supporttrue
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        290. Observation.code.coding:coreLaboJLAC11/alb.id
                                                                                        Definition

                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                        Summaryfalse
                                                                                        292. Observation.code.coding:coreLaboJLAC11/alb.extension
                                                                                        Definition

                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                        Comments

                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                        Control0..*
                                                                                        TypeExtension
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Alternate Namesextensions, user content
                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                        • value @ url
                                                                                        • 294. Observation.code.coding:coreLaboJLAC11/alb.system
                                                                                          Definition

                                                                                          コード体系。

                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                          Comments

                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                          URIは本WGで定義する。

                                                                                          Control1..1
                                                                                          Typeuri
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Must Supporttrue
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          296. Observation.code.coding:coreLaboJLAC11/alb.version
                                                                                          Definition

                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                          Comments

                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Must Supporttrue
                                                                                          Summarytrue
                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          298. Observation.code.coding:coreLaboJLAC11/alb.code
                                                                                          Definition

                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                          Comments

                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                          Control1..1
                                                                                          BindingThe codes SHALL be taken from CLINS: ALB ValueSet (JLAC11)
                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alb_VS)
                                                                                          Typecode
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Must Supporttrue
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          300. Observation.code.coding:coreLaboJLAC11/alb.display
                                                                                          Definition

                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                          Comments

                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                          Control1..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Must Supporttrue
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                          Fixed ValueALB
                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          302. Observation.code.coding:coreLaboJLAC11/alb.userSelected
                                                                                          Definition

                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                          Comments

                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                          Control0..1
                                                                                          Typeboolean
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          304. Observation.code.coding:coreLaboJLAC10/ck
                                                                                          Slice NamecoreLaboJLAC10/ck
                                                                                          Definition

                                                                                          コード体系によって定義されたコードへの参照。

                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                          Comments

                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                          Control0..1
                                                                                          TypeCoding
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          306. Observation.code.coding:coreLaboJLAC10/ck.id
                                                                                          Definition

                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Summaryfalse
                                                                                          308. Observation.code.coding:coreLaboJLAC10/ck.extension
                                                                                          Definition

                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                          Comments

                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Alternate Namesextensions, user content
                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                          • value @ url
                                                                                          • 310. Observation.code.coding:coreLaboJLAC10/ck.system
                                                                                            Definition

                                                                                            コード体系。

                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                            Comments

                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                            URIは本WGで定義する。

                                                                                            Control1..1
                                                                                            Typeuri
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Must Supporttrue
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            312. Observation.code.coding:coreLaboJLAC10/ck.version
                                                                                            Definition

                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                            Comments

                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Must Supporttrue
                                                                                            Summarytrue
                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            314. Observation.code.coding:coreLaboJLAC10/ck.code
                                                                                            Definition

                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                            Comments

                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                            Control1..1
                                                                                            BindingThe codes SHALL be taken from CLINS: CK ValueSet (JLAC10)
                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ck_VS)
                                                                                            Typecode
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Must Supporttrue
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            316. Observation.code.coding:coreLaboJLAC10/ck.display
                                                                                            Definition

                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                            Comments

                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                            Control1..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Must Supporttrue
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                            Fixed ValueCK
                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            318. Observation.code.coding:coreLaboJLAC10/ck.userSelected
                                                                                            Definition

                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                            Comments

                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                            Control0..1
                                                                                            Typeboolean
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            320. Observation.code.coding:coreLaboJLAC11/ck
                                                                                            Slice NamecoreLaboJLAC11/ck
                                                                                            Definition

                                                                                            コード体系によって定義されたコードへの参照。

                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                            Comments

                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                            Control0..1
                                                                                            TypeCoding
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            322. Observation.code.coding:coreLaboJLAC11/ck.id
                                                                                            Definition

                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Summaryfalse
                                                                                            324. Observation.code.coding:coreLaboJLAC11/ck.extension
                                                                                            Definition

                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                            Comments

                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifierfalse
                                                                                            Summaryfalse
                                                                                            Alternate Namesextensions, user content
                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                            • value @ url
                                                                                            • 326. Observation.code.coding:coreLaboJLAC11/ck.system
                                                                                              Definition

                                                                                              コード体系。

                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                              Comments

                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                              URIは本WGで定義する。

                                                                                              Control1..1
                                                                                              Typeuri
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Must Supporttrue
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              328. Observation.code.coding:coreLaboJLAC11/ck.version
                                                                                              Definition

                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                              Comments

                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Must Supporttrue
                                                                                              Summarytrue
                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              330. Observation.code.coding:coreLaboJLAC11/ck.code
                                                                                              Definition

                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                              Comments

                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                              Control1..1
                                                                                              BindingThe codes SHALL be taken from CLINS: CK ValueSet (JLAC11)
                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ck_VS)
                                                                                              Typecode
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Must Supporttrue
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              332. Observation.code.coding:coreLaboJLAC11/ck.display
                                                                                              Definition

                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                              Comments

                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                              Control1..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Must Supporttrue
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                              Fixed ValueCK
                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              334. Observation.code.coding:coreLaboJLAC11/ck.userSelected
                                                                                              Definition

                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                              Comments

                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                              Control0..1
                                                                                              Typeboolean
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              336. Observation.code.coding:coreLaboJLAC10/ast
                                                                                              Slice NamecoreLaboJLAC10/ast
                                                                                              Definition

                                                                                              コード体系によって定義されたコードへの参照。

                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                              Comments

                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                              Control0..1
                                                                                              TypeCoding
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              338. Observation.code.coding:coreLaboJLAC10/ast.id
                                                                                              Definition

                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Summaryfalse
                                                                                              340. Observation.code.coding:coreLaboJLAC10/ast.extension
                                                                                              Definition

                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                              Comments

                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                              Control0..*
                                                                                              TypeExtension
                                                                                              Is Modifierfalse
                                                                                              Summaryfalse
                                                                                              Alternate Namesextensions, user content
                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                              • value @ url
                                                                                              • 342. Observation.code.coding:coreLaboJLAC10/ast.system
                                                                                                Definition

                                                                                                コード体系。

                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                Comments

                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                URIは本WGで定義する。

                                                                                                Control1..1
                                                                                                Typeuri
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Must Supporttrue
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                344. Observation.code.coding:coreLaboJLAC10/ast.version
                                                                                                Definition

                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                Comments

                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Must Supporttrue
                                                                                                Summarytrue
                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                346. Observation.code.coding:coreLaboJLAC10/ast.code
                                                                                                Definition

                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                Comments

                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                Control1..1
                                                                                                BindingThe codes SHALL be taken from CLINS: AST ValueSet (JLAC10)
                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ast_VS)
                                                                                                Typecode
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Must Supporttrue
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                348. Observation.code.coding:coreLaboJLAC10/ast.display
                                                                                                Definition

                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                Comments

                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                Control1..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Must Supporttrue
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                Fixed ValueAST
                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                350. Observation.code.coding:coreLaboJLAC10/ast.userSelected
                                                                                                Definition

                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                Comments

                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                Control0..1
                                                                                                Typeboolean
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                352. Observation.code.coding:coreLaboJLAC11/ast
                                                                                                Slice NamecoreLaboJLAC11/ast
                                                                                                Definition

                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                Comments

                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                Control0..1
                                                                                                TypeCoding
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Summarytrue
                                                                                                Requirements

                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                354. Observation.code.coding:coreLaboJLAC11/ast.id
                                                                                                Definition

                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Summaryfalse
                                                                                                356. Observation.code.coding:coreLaboJLAC11/ast.extension
                                                                                                Definition

                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                Comments

                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifierfalse
                                                                                                Summaryfalse
                                                                                                Alternate Namesextensions, user content
                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                • value @ url
                                                                                                • 358. Observation.code.coding:coreLaboJLAC11/ast.system
                                                                                                  Definition

                                                                                                  コード体系。

                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                  Comments

                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                  URIは本WGで定義する。

                                                                                                  Control1..1
                                                                                                  Typeuri
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  360. Observation.code.coding:coreLaboJLAC11/ast.version
                                                                                                  Definition

                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                  Comments

                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  362. Observation.code.coding:coreLaboJLAC11/ast.code
                                                                                                  Definition

                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                  Comments

                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                  Control1..1
                                                                                                  BindingThe codes SHALL be taken from CLINS: AST ValueSet (JLAC11)
                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ast_VS)
                                                                                                  Typecode
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  364. Observation.code.coding:coreLaboJLAC11/ast.display
                                                                                                  Definition

                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                  Comments

                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                  Control1..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                  Fixed ValueAST
                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  366. Observation.code.coding:coreLaboJLAC11/ast.userSelected
                                                                                                  Definition

                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                  Comments

                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                  Control0..1
                                                                                                  Typeboolean
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  368. Observation.code.coding:coreLaboJLAC10/alt
                                                                                                  Slice NamecoreLaboJLAC10/alt
                                                                                                  Definition

                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                  Comments

                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                  Control0..1
                                                                                                  TypeCoding
                                                                                                  Is Modifierfalse
                                                                                                  Must Supporttrue
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  370. Observation.code.coding:coreLaboJLAC10/alt.id
                                                                                                  Definition

                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Summaryfalse
                                                                                                  372. Observation.code.coding:coreLaboJLAC10/alt.extension
                                                                                                  Definition

                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                  Comments

                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                  Control0..*
                                                                                                  TypeExtension
                                                                                                  Is Modifierfalse
                                                                                                  Summaryfalse
                                                                                                  Alternate Namesextensions, user content
                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                  • value @ url
                                                                                                  • 374. Observation.code.coding:coreLaboJLAC10/alt.system
                                                                                                    Definition

                                                                                                    コード体系。

                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                    Comments

                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                    URIは本WGで定義する。

                                                                                                    Control1..1
                                                                                                    Typeuri
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Must Supporttrue
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    376. Observation.code.coding:coreLaboJLAC10/alt.version
                                                                                                    Definition

                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                    Comments

                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Must Supporttrue
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    378. Observation.code.coding:coreLaboJLAC10/alt.code
                                                                                                    Definition

                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                    Comments

                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                    Control1..1
                                                                                                    BindingThe codes SHALL be taken from CLINS: ALT ValueSet (JLAC10)
                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alt_VS)
                                                                                                    Typecode
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Must Supporttrue
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    380. Observation.code.coding:coreLaboJLAC10/alt.display
                                                                                                    Definition

                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                    Comments

                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                    Control1..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Must Supporttrue
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                    Fixed ValueALT
                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    382. Observation.code.coding:coreLaboJLAC10/alt.userSelected
                                                                                                    Definition

                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                    Comments

                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                    Control0..1
                                                                                                    Typeboolean
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    384. Observation.code.coding:coreLaboJLAC11/alt
                                                                                                    Slice NamecoreLaboJLAC11/alt
                                                                                                    Definition

                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                    Comments

                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                    Control0..1
                                                                                                    TypeCoding
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Summarytrue
                                                                                                    Requirements

                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    386. Observation.code.coding:coreLaboJLAC11/alt.id
                                                                                                    Definition

                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Summaryfalse
                                                                                                    388. Observation.code.coding:coreLaboJLAC11/alt.extension
                                                                                                    Definition

                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                    Comments

                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                    Control0..*
                                                                                                    TypeExtension
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Alternate Namesextensions, user content
                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                    • value @ url
                                                                                                    • 390. Observation.code.coding:coreLaboJLAC11/alt.system
                                                                                                      Definition

                                                                                                      コード体系。

                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                      Comments

                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                      URIは本WGで定義する。

                                                                                                      Control1..1
                                                                                                      Typeuri
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Must Supporttrue
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      392. Observation.code.coding:coreLaboJLAC11/alt.version
                                                                                                      Definition

                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                      Comments

                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Must Supporttrue
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      394. Observation.code.coding:coreLaboJLAC11/alt.code
                                                                                                      Definition

                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                      Comments

                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                      Control1..1
                                                                                                      BindingThe codes SHALL be taken from CLINS: ALT ValueSet (JLAC11)
                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alt_VS)
                                                                                                      Typecode
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Must Supporttrue
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      396. Observation.code.coding:coreLaboJLAC11/alt.display
                                                                                                      Definition

                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                      Comments

                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                      Control1..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Must Supporttrue
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                      Fixed ValueALT
                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      398. Observation.code.coding:coreLaboJLAC11/alt.userSelected
                                                                                                      Definition

                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                      Comments

                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                      Control0..1
                                                                                                      Typeboolean
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      400. Observation.code.coding:coreLaboJLAC10/ld
                                                                                                      Slice NamecoreLaboJLAC10/ld
                                                                                                      Definition

                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                      Comments

                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                      Control0..1
                                                                                                      TypeCoding
                                                                                                      Is Modifierfalse
                                                                                                      Must Supporttrue
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      402. Observation.code.coding:coreLaboJLAC10/ld.id
                                                                                                      Definition

                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      404. Observation.code.coding:coreLaboJLAC10/ld.extension
                                                                                                      Definition

                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                      Comments

                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                      Control0..*
                                                                                                      TypeExtension
                                                                                                      Is Modifierfalse
                                                                                                      Summaryfalse
                                                                                                      Alternate Namesextensions, user content
                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                      • value @ url
                                                                                                      • 406. Observation.code.coding:coreLaboJLAC10/ld.system
                                                                                                        Definition

                                                                                                        コード体系。

                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                        Comments

                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                        URIは本WGで定義する。

                                                                                                        Control1..1
                                                                                                        Typeuri
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Must Supporttrue
                                                                                                        Summarytrue
                                                                                                        Requirements

                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        408. Observation.code.coding:coreLaboJLAC10/ld.version
                                                                                                        Definition

                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                        Comments

                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                        Control0..1
                                                                                                        Typestring
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Must Supporttrue
                                                                                                        Summarytrue
                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        410. Observation.code.coding:coreLaboJLAC10/ld.code
                                                                                                        Definition

                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                        Comments

                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                        Control1..1
                                                                                                        BindingThe codes SHALL be taken from CLINS: LD ValueSet (JLAC10)
                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ld_VS)
                                                                                                        Typecode
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Must Supporttrue
                                                                                                        Summarytrue
                                                                                                        Requirements

                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        412. Observation.code.coding:coreLaboJLAC10/ld.display
                                                                                                        Definition

                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                        Comments

                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                        Control1..1
                                                                                                        Typestring
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Must Supporttrue
                                                                                                        Summarytrue
                                                                                                        Requirements

                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                        Fixed ValueLD
                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        414. Observation.code.coding:coreLaboJLAC10/ld.userSelected
                                                                                                        Definition

                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                        Comments

                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                        Control0..1
                                                                                                        Typeboolean
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Summarytrue
                                                                                                        Requirements

                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        416. Observation.code.coding:coreLaboJLAC11/ld
                                                                                                        Slice NamecoreLaboJLAC11/ld
                                                                                                        Definition

                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                        Comments

                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                        Control0..1
                                                                                                        TypeCoding
                                                                                                        Is Modifierfalse
                                                                                                        Must Supporttrue
                                                                                                        Summarytrue
                                                                                                        Requirements

                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        418. Observation.code.coding:coreLaboJLAC11/ld.id
                                                                                                        Definition

                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                        Control0..1
                                                                                                        Typestring
                                                                                                        Is Modifierfalse
                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                        Summaryfalse
                                                                                                        420. Observation.code.coding:coreLaboJLAC11/ld.extension
                                                                                                        Definition

                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                        Comments

                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                        Control0..*
                                                                                                        TypeExtension
                                                                                                        Is Modifierfalse
                                                                                                        Summaryfalse
                                                                                                        Alternate Namesextensions, user content
                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                        • value @ url
                                                                                                        • 422. Observation.code.coding:coreLaboJLAC11/ld.system
                                                                                                          Definition

                                                                                                          コード体系。

                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                          Comments

                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                          URIは本WGで定義する。

                                                                                                          Control1..1
                                                                                                          Typeuri
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Must Supporttrue
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          424. Observation.code.coding:coreLaboJLAC11/ld.version
                                                                                                          Definition

                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                          Comments

                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Must Supporttrue
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          426. Observation.code.coding:coreLaboJLAC11/ld.code
                                                                                                          Definition

                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                          Comments

                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                          Control1..1
                                                                                                          BindingThe codes SHALL be taken from CLINS: LD ValueSet (JLAC11)
                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ld_VS)
                                                                                                          Typecode
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Must Supporttrue
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          428. Observation.code.coding:coreLaboJLAC11/ld.display
                                                                                                          Definition

                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                          Comments

                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                          Control1..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Must Supporttrue
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                          Fixed ValueLD
                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          430. Observation.code.coding:coreLaboJLAC11/ld.userSelected
                                                                                                          Definition

                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                          Comments

                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                          Control0..1
                                                                                                          Typeboolean
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          432. Observation.code.coding:coreLaboJLAC10/alp
                                                                                                          Slice NamecoreLaboJLAC10/alp
                                                                                                          Definition

                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                          Comments

                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                          Control0..1
                                                                                                          TypeCoding
                                                                                                          Is Modifierfalse
                                                                                                          Must Supporttrue
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          434. Observation.code.coding:coreLaboJLAC10/alp.id
                                                                                                          Definition

                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                          Summaryfalse
                                                                                                          436. Observation.code.coding:coreLaboJLAC10/alp.extension
                                                                                                          Definition

                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                          Comments

                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                          Control0..*
                                                                                                          TypeExtension
                                                                                                          Is Modifierfalse
                                                                                                          Summaryfalse
                                                                                                          Alternate Namesextensions, user content
                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                          • value @ url
                                                                                                          • 438. Observation.code.coding:coreLaboJLAC10/alp.system
                                                                                                            Definition

                                                                                                            コード体系。

                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                            Comments

                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                            URIは本WGで定義する。

                                                                                                            Control1..1
                                                                                                            Typeuri
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Must Supporttrue
                                                                                                            Summarytrue
                                                                                                            Requirements

                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            440. Observation.code.coding:coreLaboJLAC10/alp.version
                                                                                                            Definition

                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                            Comments

                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                            Control0..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Must Supporttrue
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            442. Observation.code.coding:coreLaboJLAC10/alp.code
                                                                                                            Definition

                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                            Comments

                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                            Control1..1
                                                                                                            BindingThe codes SHALL be taken from CLINS: ALP ValueSet (JLAC10)
                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alp_VS)
                                                                                                            Typecode
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Must Supporttrue
                                                                                                            Summarytrue
                                                                                                            Requirements

                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            444. Observation.code.coding:coreLaboJLAC10/alp.display
                                                                                                            Definition

                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                            Comments

                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                            Control1..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Must Supporttrue
                                                                                                            Summarytrue
                                                                                                            Requirements

                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                            Fixed ValueALP
                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            446. Observation.code.coding:coreLaboJLAC10/alp.userSelected
                                                                                                            Definition

                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                            Comments

                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                            Control0..1
                                                                                                            Typeboolean
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Summarytrue
                                                                                                            Requirements

                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            448. Observation.code.coding:coreLaboJLAC11/alp
                                                                                                            Slice NamecoreLaboJLAC11/alp
                                                                                                            Definition

                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                            Comments

                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                            Control0..1
                                                                                                            TypeCoding
                                                                                                            Is Modifierfalse
                                                                                                            Must Supporttrue
                                                                                                            Summarytrue
                                                                                                            Requirements

                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            450. Observation.code.coding:coreLaboJLAC11/alp.id
                                                                                                            Definition

                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                            Control0..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Summaryfalse
                                                                                                            452. Observation.code.coding:coreLaboJLAC11/alp.extension
                                                                                                            Definition

                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                            Comments

                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                            Control0..*
                                                                                                            TypeExtension
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Alternate Namesextensions, user content
                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                            • value @ url
                                                                                                            • 454. Observation.code.coding:coreLaboJLAC11/alp.system
                                                                                                              Definition

                                                                                                              コード体系。

                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                              Comments

                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                              URIは本WGで定義する。

                                                                                                              Control1..1
                                                                                                              Typeuri
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Must Supporttrue
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              456. Observation.code.coding:coreLaboJLAC11/alp.version
                                                                                                              Definition

                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                              Comments

                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Must Supporttrue
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              458. Observation.code.coding:coreLaboJLAC11/alp.code
                                                                                                              Definition

                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                              Comments

                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                              Control1..1
                                                                                                              BindingThe codes SHALL be taken from CLINS: ALP ValueSet (JLAC11)
                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alp_VS)
                                                                                                              Typecode
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Must Supporttrue
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              460. Observation.code.coding:coreLaboJLAC11/alp.display
                                                                                                              Definition

                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                              Comments

                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                              Control1..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Must Supporttrue
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                              Fixed ValueALP
                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              462. Observation.code.coding:coreLaboJLAC11/alp.userSelected
                                                                                                              Definition

                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                              Comments

                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                              Control0..1
                                                                                                              Typeboolean
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              464. Observation.code.coding:coreLaboJLAC10/ggt
                                                                                                              Slice NamecoreLaboJLAC10/ggt
                                                                                                              Definition

                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                              Comments

                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                              Control0..1
                                                                                                              TypeCoding
                                                                                                              Is Modifierfalse
                                                                                                              Must Supporttrue
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              466. Observation.code.coding:coreLaboJLAC10/ggt.id
                                                                                                              Definition

                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Summaryfalse
                                                                                                              468. Observation.code.coding:coreLaboJLAC10/ggt.extension
                                                                                                              Definition

                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                              Comments

                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                              Control0..*
                                                                                                              TypeExtension
                                                                                                              Is Modifierfalse
                                                                                                              Summaryfalse
                                                                                                              Alternate Namesextensions, user content
                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                              • value @ url
                                                                                                              • 470. Observation.code.coding:coreLaboJLAC10/ggt.system
                                                                                                                Definition

                                                                                                                コード体系。

                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                Comments

                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                URIは本WGで定義する。

                                                                                                                Control1..1
                                                                                                                Typeuri
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Must Supporttrue
                                                                                                                Summarytrue
                                                                                                                Requirements

                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                472. Observation.code.coding:coreLaboJLAC10/ggt.version
                                                                                                                Definition

                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                Comments

                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Must Supporttrue
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                474. Observation.code.coding:coreLaboJLAC10/ggt.code
                                                                                                                Definition

                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                Comments

                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                Control1..1
                                                                                                                BindingThe codes SHALL be taken from CLINS: GGT ValueSet (JLAC10)
                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS)
                                                                                                                Typecode
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Must Supporttrue
                                                                                                                Summarytrue
                                                                                                                Requirements

                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                476. Observation.code.coding:coreLaboJLAC10/ggt.display
                                                                                                                Definition

                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                Comments

                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                Control1..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Must Supporttrue
                                                                                                                Summarytrue
                                                                                                                Requirements

                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                Fixed ValueGGT
                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                478. Observation.code.coding:coreLaboJLAC10/ggt.userSelected
                                                                                                                Definition

                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                Comments

                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                Control0..1
                                                                                                                Typeboolean
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Summarytrue
                                                                                                                Requirements

                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                480. Observation.code.coding:coreLaboJLAC11/ggt
                                                                                                                Slice NamecoreLaboJLAC11/ggt
                                                                                                                Definition

                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                Comments

                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                Control0..1
                                                                                                                TypeCoding
                                                                                                                Is Modifierfalse
                                                                                                                Must Supporttrue
                                                                                                                Summarytrue
                                                                                                                Requirements

                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                482. Observation.code.coding:coreLaboJLAC11/ggt.id
                                                                                                                Definition

                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Summaryfalse
                                                                                                                484. Observation.code.coding:coreLaboJLAC11/ggt.extension
                                                                                                                Definition

                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                Comments

                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                Control0..*
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Alternate Namesextensions, user content
                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                • value @ url
                                                                                                                • 486. Observation.code.coding:coreLaboJLAC11/ggt.system
                                                                                                                  Definition

                                                                                                                  コード体系。

                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                  Comments

                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                  URIは本WGで定義する。

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Must Supporttrue
                                                                                                                  Summarytrue
                                                                                                                  Requirements

                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  488. Observation.code.coding:coreLaboJLAC11/ggt.version
                                                                                                                  Definition

                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                  Comments

                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Must Supporttrue
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  490. Observation.code.coding:coreLaboJLAC11/ggt.code
                                                                                                                  Definition

                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                  Comments

                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                  Control1..1
                                                                                                                  BindingThe codes SHALL be taken from CLINS: GGT ValueSet (JLAC11)
                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS)
                                                                                                                  Typecode
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Must Supporttrue
                                                                                                                  Summarytrue
                                                                                                                  Requirements

                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  492. Observation.code.coding:coreLaboJLAC11/ggt.display
                                                                                                                  Definition

                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                  Comments

                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                  Control1..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Must Supporttrue
                                                                                                                  Summarytrue
                                                                                                                  Requirements

                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                  Fixed ValueGGT
                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  494. Observation.code.coding:coreLaboJLAC11/ggt.userSelected
                                                                                                                  Definition

                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                  Comments

                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                  Control0..1
                                                                                                                  Typeboolean
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Requirements

                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  496. Observation.code.coding:coreLaboJLAC10/che
                                                                                                                  Slice NamecoreLaboJLAC10/che
                                                                                                                  Definition

                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                  Comments

                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                  Control0..1
                                                                                                                  TypeCoding
                                                                                                                  Is Modifierfalse
                                                                                                                  Must Supporttrue
                                                                                                                  Summarytrue
                                                                                                                  Requirements

                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  498. Observation.code.coding:coreLaboJLAC10/che.id
                                                                                                                  Definition

                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  500. Observation.code.coding:coreLaboJLAC10/che.extension
                                                                                                                  Definition

                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                  Comments

                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                  Control0..*
                                                                                                                  TypeExtension
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate Namesextensions, user content
                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                  • value @ url
                                                                                                                  • 502. Observation.code.coding:coreLaboJLAC10/che.system
                                                                                                                    Definition

                                                                                                                    コード体系。

                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                    Comments

                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                    URIは本WGで定義する。

                                                                                                                    Control1..1
                                                                                                                    Typeuri
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Must Supporttrue
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    504. Observation.code.coding:coreLaboJLAC10/che.version
                                                                                                                    Definition

                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                    Comments

                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                    Control0..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Must Supporttrue
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    506. Observation.code.coding:coreLaboJLAC10/che.code
                                                                                                                    Definition

                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                    Comments

                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                    Control1..1
                                                                                                                    BindingThe codes SHALL be taken from CLINS: ChE ValueSet (JLAC10)
                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_che_VS)
                                                                                                                    Typecode
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Must Supporttrue
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    508. Observation.code.coding:coreLaboJLAC10/che.display
                                                                                                                    Definition

                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                    Comments

                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                    Control1..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Must Supporttrue
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                    Fixed ValueChE
                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    510. Observation.code.coding:coreLaboJLAC10/che.userSelected
                                                                                                                    Definition

                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                    Comments

                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                    Control0..1
                                                                                                                    Typeboolean
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    512. Observation.code.coding:coreLaboJLAC11/che
                                                                                                                    Slice NamecoreLaboJLAC11/che
                                                                                                                    Definition

                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                    Comments

                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                    Control0..1
                                                                                                                    TypeCoding
                                                                                                                    Is Modifierfalse
                                                                                                                    Must Supporttrue
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    514. Observation.code.coding:coreLaboJLAC11/che.id
                                                                                                                    Definition

                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                    Control0..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Summaryfalse
                                                                                                                    516. Observation.code.coding:coreLaboJLAC11/che.extension
                                                                                                                    Definition

                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                    Comments

                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                    Control0..*
                                                                                                                    TypeExtension
                                                                                                                    Is Modifierfalse
                                                                                                                    Summaryfalse
                                                                                                                    Alternate Namesextensions, user content
                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                    • value @ url
                                                                                                                    • 518. Observation.code.coding:coreLaboJLAC11/che.system
                                                                                                                      Definition

                                                                                                                      コード体系。

                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                      Comments

                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                      URIは本WGで定義する。

                                                                                                                      Control1..1
                                                                                                                      Typeuri
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      520. Observation.code.coding:coreLaboJLAC11/che.version
                                                                                                                      Definition

                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                      Comments

                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      522. Observation.code.coding:coreLaboJLAC11/che.code
                                                                                                                      Definition

                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                      Comments

                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                      Control1..1
                                                                                                                      BindingThe codes SHALL be taken from CLINS: ChE ValueSet (JLAC11)
                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_che_VS)
                                                                                                                      Typecode
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      524. Observation.code.coding:coreLaboJLAC11/che.display
                                                                                                                      Definition

                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                      Comments

                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                      Control1..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                      Fixed ValueChE
                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      526. Observation.code.coding:coreLaboJLAC11/che.userSelected
                                                                                                                      Definition

                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                      Comments

                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                      Control0..1
                                                                                                                      Typeboolean
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      528. Observation.code.coding:coreLaboJLAC10/amy
                                                                                                                      Slice NamecoreLaboJLAC10/amy
                                                                                                                      Definition

                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                      Comments

                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                      Control0..1
                                                                                                                      TypeCoding
                                                                                                                      Is Modifierfalse
                                                                                                                      Must Supporttrue
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      530. Observation.code.coding:coreLaboJLAC10/amy.id
                                                                                                                      Definition

                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Summaryfalse
                                                                                                                      532. Observation.code.coding:coreLaboJLAC10/amy.extension
                                                                                                                      Definition

                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                      Comments

                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                      Control0..*
                                                                                                                      TypeExtension
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Alternate Namesextensions, user content
                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                      • value @ url
                                                                                                                      • 534. Observation.code.coding:coreLaboJLAC10/amy.system
                                                                                                                        Definition

                                                                                                                        コード体系。

                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                        Comments

                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                        URIは本WGで定義する。

                                                                                                                        Control1..1
                                                                                                                        Typeuri
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Must Supporttrue
                                                                                                                        Summarytrue
                                                                                                                        Requirements

                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        536. Observation.code.coding:coreLaboJLAC10/amy.version
                                                                                                                        Definition

                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                        Comments

                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                        Control0..1
                                                                                                                        Typestring
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Must Supporttrue
                                                                                                                        Summarytrue
                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        538. Observation.code.coding:coreLaboJLAC10/amy.code
                                                                                                                        Definition

                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                        Comments

                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                        Control1..1
                                                                                                                        BindingThe codes SHALL be taken from CLINS: AMY ValueSet (JLAC10)
                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_amy_VS)
                                                                                                                        Typecode
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Must Supporttrue
                                                                                                                        Summarytrue
                                                                                                                        Requirements

                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        540. Observation.code.coding:coreLaboJLAC10/amy.display
                                                                                                                        Definition

                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                        Comments

                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                        Control1..1
                                                                                                                        Typestring
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Must Supporttrue
                                                                                                                        Summarytrue
                                                                                                                        Requirements

                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                        Fixed ValueAMY
                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        542. Observation.code.coding:coreLaboJLAC10/amy.userSelected
                                                                                                                        Definition

                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                        Comments

                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                        Control0..1
                                                                                                                        Typeboolean
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Summarytrue
                                                                                                                        Requirements

                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        544. Observation.code.coding:coreLaboJLAC11/amy
                                                                                                                        Slice NamecoreLaboJLAC11/amy
                                                                                                                        Definition

                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                        Comments

                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                        Control0..1
                                                                                                                        TypeCoding
                                                                                                                        Is Modifierfalse
                                                                                                                        Must Supporttrue
                                                                                                                        Summarytrue
                                                                                                                        Requirements

                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        546. Observation.code.coding:coreLaboJLAC11/amy.id
                                                                                                                        Definition

                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                        Control0..1
                                                                                                                        Typestring
                                                                                                                        Is Modifierfalse
                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                        Summaryfalse
                                                                                                                        548. Observation.code.coding:coreLaboJLAC11/amy.extension
                                                                                                                        Definition

                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                        Comments

                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                        Control0..*
                                                                                                                        TypeExtension
                                                                                                                        Is Modifierfalse
                                                                                                                        Summaryfalse
                                                                                                                        Alternate Namesextensions, user content
                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                        • value @ url
                                                                                                                        • 550. Observation.code.coding:coreLaboJLAC11/amy.system
                                                                                                                          Definition

                                                                                                                          コード体系。

                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                          Comments

                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                          URIは本WGで定義する。

                                                                                                                          Control1..1
                                                                                                                          Typeuri
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Must Supporttrue
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          552. Observation.code.coding:coreLaboJLAC11/amy.version
                                                                                                                          Definition

                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                          Comments

                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                          Control0..1
                                                                                                                          Typestring
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Must Supporttrue
                                                                                                                          Summarytrue
                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          554. Observation.code.coding:coreLaboJLAC11/amy.code
                                                                                                                          Definition

                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                          Comments

                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                          Control1..1
                                                                                                                          BindingThe codes SHALL be taken from CLINS: AMY ValueSet (JLAC11)
                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_amy_VS)
                                                                                                                          Typecode
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Must Supporttrue
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          556. Observation.code.coding:coreLaboJLAC11/amy.display
                                                                                                                          Definition

                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                          Comments

                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                          Control1..1
                                                                                                                          Typestring
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Must Supporttrue
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                          Fixed ValueAMY
                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          558. Observation.code.coding:coreLaboJLAC11/amy.userSelected
                                                                                                                          Definition

                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                          Comments

                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                          Control0..1
                                                                                                                          Typeboolean
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          560. Observation.code.coding:coreLaboJLAC10/cre
                                                                                                                          Slice NamecoreLaboJLAC10/cre
                                                                                                                          Definition

                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                          Comments

                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                          Control0..1
                                                                                                                          TypeCoding
                                                                                                                          Is Modifierfalse
                                                                                                                          Must Supporttrue
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          562. Observation.code.coding:coreLaboJLAC10/cre.id
                                                                                                                          Definition

                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                          Control0..1
                                                                                                                          Typestring
                                                                                                                          Is Modifierfalse
                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                          Summaryfalse
                                                                                                                          564. Observation.code.coding:coreLaboJLAC10/cre.extension
                                                                                                                          Definition

                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                          Comments

                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                          Control0..*
                                                                                                                          TypeExtension
                                                                                                                          Is Modifierfalse
                                                                                                                          Summaryfalse
                                                                                                                          Alternate Namesextensions, user content
                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                          • value @ url
                                                                                                                          • 566. Observation.code.coding:coreLaboJLAC10/cre.system
                                                                                                                            Definition

                                                                                                                            コード体系。

                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                            Comments

                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                            URIは本WGで定義する。

                                                                                                                            Control1..1
                                                                                                                            Typeuri
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Must Supporttrue
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            568. Observation.code.coding:coreLaboJLAC10/cre.version
                                                                                                                            Definition

                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                            Comments

                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                            Control0..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Must Supporttrue
                                                                                                                            Summarytrue
                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            570. Observation.code.coding:coreLaboJLAC10/cre.code
                                                                                                                            Definition

                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                            Comments

                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                            Control1..1
                                                                                                                            BindingThe codes SHALL be taken from CLINS: Cre ValueSet (JLAC10)
                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cre_VS)
                                                                                                                            Typecode
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Must Supporttrue
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            572. Observation.code.coding:coreLaboJLAC10/cre.display
                                                                                                                            Definition

                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                            Comments

                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                            Control1..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Must Supporttrue
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                            Fixed ValueCre
                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            574. Observation.code.coding:coreLaboJLAC10/cre.userSelected
                                                                                                                            Definition

                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                            Comments

                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                            Control0..1
                                                                                                                            Typeboolean
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            576. Observation.code.coding:coreLaboJLAC11/cre
                                                                                                                            Slice NamecoreLaboJLAC11/cre
                                                                                                                            Definition

                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                            Comments

                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                            Control0..1
                                                                                                                            TypeCoding
                                                                                                                            Is Modifierfalse
                                                                                                                            Must Supporttrue
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            578. Observation.code.coding:coreLaboJLAC11/cre.id
                                                                                                                            Definition

                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                            Control0..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Summaryfalse
                                                                                                                            580. Observation.code.coding:coreLaboJLAC11/cre.extension
                                                                                                                            Definition

                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                            Comments

                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                            Control0..*
                                                                                                                            TypeExtension
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Alternate Namesextensions, user content
                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                            • value @ url
                                                                                                                            • 582. Observation.code.coding:coreLaboJLAC11/cre.system
                                                                                                                              Definition

                                                                                                                              コード体系。

                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                              Comments

                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                              URIは本WGで定義する。

                                                                                                                              Control1..1
                                                                                                                              Typeuri
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Must Supporttrue
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              584. Observation.code.coding:coreLaboJLAC11/cre.version
                                                                                                                              Definition

                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                              Comments

                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                              Control0..1
                                                                                                                              Typestring
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Must Supporttrue
                                                                                                                              Summarytrue
                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              586. Observation.code.coding:coreLaboJLAC11/cre.code
                                                                                                                              Definition

                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                              Comments

                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                              Control1..1
                                                                                                                              BindingThe codes SHALL be taken from CLINS: Cre ValueSet (JLAC11)
                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cre_VS)
                                                                                                                              Typecode
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Must Supporttrue
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              588. Observation.code.coding:coreLaboJLAC11/cre.display
                                                                                                                              Definition

                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                              Comments

                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                              Control1..1
                                                                                                                              Typestring
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Must Supporttrue
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                              Fixed ValueCre
                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              590. Observation.code.coding:coreLaboJLAC11/cre.userSelected
                                                                                                                              Definition

                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                              Comments

                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                              Control0..1
                                                                                                                              Typeboolean
                                                                                                                              Is Modifierfalse
                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              592. Observation.code.coding:coreLaboJLAC10/cys-c
                                                                                                                              Slice NamecoreLaboJLAC10/cys-c
                                                                                                                              Definition

                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                              Comments

                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                              Control0..1
                                                                                                                              TypeCoding
                                                                                                                              Is Modifierfalse
                                                                                                                              Must Supporttrue
                                                                                                                              Summarytrue
                                                                                                                              Requirements

                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              594. Observation.code.coding:coreLaboJLAC10/cys-c.id
                                                                                                                              Definition

                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                              Control0..1
                                                                                                                              Typestring
                                                                                                                              Is Modifierfalse
                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                              Summaryfalse
                                                                                                                              596. Observation.code.coding:coreLaboJLAC10/cys-c.extension
                                                                                                                              Definition

                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                              Comments

                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                              Control0..*
                                                                                                                              TypeExtension
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Alternate Namesextensions, user content
                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                              • value @ url
                                                                                                                              • 598. Observation.code.coding:coreLaboJLAC10/cys-c.system
                                                                                                                                Definition

                                                                                                                                コード体系。

                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                Comments

                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                URIは本WGで定義する。

                                                                                                                                Control1..1
                                                                                                                                Typeuri
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                600. Observation.code.coding:coreLaboJLAC10/cys-c.version
                                                                                                                                Definition

                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                Comments

                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                Control0..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Summarytrue
                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                602. Observation.code.coding:coreLaboJLAC10/cys-c.code
                                                                                                                                Definition

                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                Comments

                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                Control1..1
                                                                                                                                BindingThe codes SHALL be taken from CLINS: Cys-C ValueSet (JLAC10)
                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS)
                                                                                                                                Typecode
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                604. Observation.code.coding:coreLaboJLAC10/cys-c.display
                                                                                                                                Definition

                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                Comments

                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                Control1..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                Fixed ValueCys-C
                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                606. Observation.code.coding:coreLaboJLAC10/cys-c.userSelected
                                                                                                                                Definition

                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                Comments

                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                Control0..1
                                                                                                                                Typeboolean
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                608. Observation.code.coding:coreLaboJLAC11/cys-c
                                                                                                                                Slice NamecoreLaboJLAC11/cys-c
                                                                                                                                Definition

                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                Comments

                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                Control0..1
                                                                                                                                TypeCoding
                                                                                                                                Is Modifierfalse
                                                                                                                                Must Supporttrue
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                610. Observation.code.coding:coreLaboJLAC11/cys-c.id
                                                                                                                                Definition

                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                Control0..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                Summaryfalse
                                                                                                                                612. Observation.code.coding:coreLaboJLAC11/cys-c.extension
                                                                                                                                Definition

                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                Comments

                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                Control0..*
                                                                                                                                TypeExtension
                                                                                                                                Is Modifierfalse
                                                                                                                                Summaryfalse
                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                • value @ url
                                                                                                                                • 614. Observation.code.coding:coreLaboJLAC11/cys-c.system
                                                                                                                                  Definition

                                                                                                                                  コード体系。

                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                  Comments

                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                  URIは本WGで定義する。

                                                                                                                                  Control1..1
                                                                                                                                  Typeuri
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  616. Observation.code.coding:coreLaboJLAC11/cys-c.version
                                                                                                                                  Definition

                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                  Comments

                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                  Control0..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summarytrue
                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  618. Observation.code.coding:coreLaboJLAC11/cys-c.code
                                                                                                                                  Definition

                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                  Comments

                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                  Control1..1
                                                                                                                                  BindingThe codes SHALL be taken from CLINS: Cys-C ValueSet (JLAC11)
                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS)
                                                                                                                                  Typecode
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  620. Observation.code.coding:coreLaboJLAC11/cys-c.display
                                                                                                                                  Definition

                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                  Comments

                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                  Control1..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                  Fixed ValueCys-C
                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  622. Observation.code.coding:coreLaboJLAC11/cys-c.userSelected
                                                                                                                                  Definition

                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                  Comments

                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                  Control0..1
                                                                                                                                  Typeboolean
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  624. Observation.code.coding:coreLaboJLAC10/ua
                                                                                                                                  Slice NamecoreLaboJLAC10/ua
                                                                                                                                  Definition

                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                  Comments

                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                  Control0..1
                                                                                                                                  TypeCoding
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Must Supporttrue
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  626. Observation.code.coding:coreLaboJLAC10/ua.id
                                                                                                                                  Definition

                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                  Control0..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                  Summaryfalse
                                                                                                                                  628. Observation.code.coding:coreLaboJLAC10/ua.extension
                                                                                                                                  Definition

                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                  Comments

                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                  Control0..*
                                                                                                                                  TypeExtension
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summaryfalse
                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                  • value @ url
                                                                                                                                  • 630. Observation.code.coding:coreLaboJLAC10/ua.system
                                                                                                                                    Definition

                                                                                                                                    コード体系。

                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                    Comments

                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                    URIは本WGで定義する。

                                                                                                                                    Control1..1
                                                                                                                                    Typeuri
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    632. Observation.code.coding:coreLaboJLAC10/ua.version
                                                                                                                                    Definition

                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                    Comments

                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summarytrue
                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    634. Observation.code.coding:coreLaboJLAC10/ua.code
                                                                                                                                    Definition

                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                    Comments

                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                    Control1..1
                                                                                                                                    BindingThe codes SHALL be taken from CLINS: UA ValueSet (JLAC10)
                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ua_VS)
                                                                                                                                    Typecode
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    636. Observation.code.coding:coreLaboJLAC10/ua.display
                                                                                                                                    Definition

                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                    Comments

                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                    Control1..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                    Fixed ValueUA
                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    638. Observation.code.coding:coreLaboJLAC10/ua.userSelected
                                                                                                                                    Definition

                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                    Comments

                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                    Control0..1
                                                                                                                                    Typeboolean
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    640. Observation.code.coding:coreLaboJLAC11/ua
                                                                                                                                    Slice NamecoreLaboJLAC11/ua
                                                                                                                                    Definition

                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                    Comments

                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                    Control0..1
                                                                                                                                    TypeCoding
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Must Supporttrue
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    642. Observation.code.coding:coreLaboJLAC11/ua.id
                                                                                                                                    Definition

                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Summaryfalse
                                                                                                                                    644. Observation.code.coding:coreLaboJLAC11/ua.extension
                                                                                                                                    Definition

                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                    Comments

                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                    • value @ url
                                                                                                                                    • 646. Observation.code.coding:coreLaboJLAC11/ua.system
                                                                                                                                      Definition

                                                                                                                                      コード体系。

                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                      Comments

                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                      URIは本WGで定義する。

                                                                                                                                      Control1..1
                                                                                                                                      Typeuri
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      648. Observation.code.coding:coreLaboJLAC11/ua.version
                                                                                                                                      Definition

                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                      Comments

                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      650. Observation.code.coding:coreLaboJLAC11/ua.code
                                                                                                                                      Definition

                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                      Comments

                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                      Control1..1
                                                                                                                                      BindingThe codes SHALL be taken from CLINS: UA ValueSet (JLAC11)
                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ua_VS)
                                                                                                                                      Typecode
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      652. Observation.code.coding:coreLaboJLAC11/ua.display
                                                                                                                                      Definition

                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                      Comments

                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                      Control1..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                      Fixed ValueUA
                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      654. Observation.code.coding:coreLaboJLAC11/ua.userSelected
                                                                                                                                      Definition

                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                      Comments

                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                      Control0..1
                                                                                                                                      Typeboolean
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      656. Observation.code.coding:coreLaboJLAC10/bun
                                                                                                                                      Slice NamecoreLaboJLAC10/bun
                                                                                                                                      Definition

                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                      Comments

                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                      Control0..1
                                                                                                                                      TypeCoding
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      658. Observation.code.coding:coreLaboJLAC10/bun.id
                                                                                                                                      Definition

                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Summaryfalse
                                                                                                                                      660. Observation.code.coding:coreLaboJLAC10/bun.extension
                                                                                                                                      Definition

                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                      Comments

                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summaryfalse
                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                      • value @ url
                                                                                                                                      • 662. Observation.code.coding:coreLaboJLAC10/bun.system
                                                                                                                                        Definition

                                                                                                                                        コード体系。

                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                        Comments

                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                        URIは本WGで定義する。

                                                                                                                                        Control1..1
                                                                                                                                        Typeuri
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        664. Observation.code.coding:coreLaboJLAC10/bun.version
                                                                                                                                        Definition

                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                        Comments

                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        666. Observation.code.coding:coreLaboJLAC10/bun.code
                                                                                                                                        Definition

                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                        Comments

                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                        Control1..1
                                                                                                                                        BindingThe codes SHALL be taken from CLINS: BUN ValueSet (JLAC10)
                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bun_VS)
                                                                                                                                        Typecode
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        668. Observation.code.coding:coreLaboJLAC10/bun.display
                                                                                                                                        Definition

                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                        Comments

                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                        Control1..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                        Fixed ValueBUN
                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        670. Observation.code.coding:coreLaboJLAC10/bun.userSelected
                                                                                                                                        Definition

                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                        Comments

                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                        Control0..1
                                                                                                                                        Typeboolean
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        672. Observation.code.coding:coreLaboJLAC11/bun
                                                                                                                                        Slice NamecoreLaboJLAC11/bun
                                                                                                                                        Definition

                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                        Comments

                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                        Control0..1
                                                                                                                                        TypeCoding
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Must Supporttrue
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        674. Observation.code.coding:coreLaboJLAC11/bun.id
                                                                                                                                        Definition

                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                        Summaryfalse
                                                                                                                                        676. Observation.code.coding:coreLaboJLAC11/bun.extension
                                                                                                                                        Definition

                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                        Comments

                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                        Control0..*
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                        • value @ url
                                                                                                                                        • 678. Observation.code.coding:coreLaboJLAC11/bun.system
                                                                                                                                          Definition

                                                                                                                                          コード体系。

                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                          Comments

                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                          URIは本WGで定義する。

                                                                                                                                          Control1..1
                                                                                                                                          Typeuri
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          680. Observation.code.coding:coreLaboJLAC11/bun.version
                                                                                                                                          Definition

                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                          Comments

                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                          Control0..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          682. Observation.code.coding:coreLaboJLAC11/bun.code
                                                                                                                                          Definition

                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                          Comments

                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                          Control1..1
                                                                                                                                          BindingThe codes SHALL be taken from CLINS: BUN ValueSet (JLAC11)
                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bun_VS)
                                                                                                                                          Typecode
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          684. Observation.code.coding:coreLaboJLAC11/bun.display
                                                                                                                                          Definition

                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                          Comments

                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                          Control1..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                          Fixed ValueBUN
                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          686. Observation.code.coding:coreLaboJLAC11/bun.userSelected
                                                                                                                                          Definition

                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                          Comments

                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                          Control0..1
                                                                                                                                          Typeboolean
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          688. Observation.code.coding:coreLaboJLAC10/bg
                                                                                                                                          Slice NamecoreLaboJLAC10/bg
                                                                                                                                          Definition

                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                          Comments

                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                          Control0..1
                                                                                                                                          TypeCoding
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Must Supporttrue
                                                                                                                                          Summarytrue
                                                                                                                                          Requirements

                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          690. Observation.code.coding:coreLaboJLAC10/bg.id
                                                                                                                                          Definition

                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                          Control0..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Summaryfalse
                                                                                                                                          692. Observation.code.coding:coreLaboJLAC10/bg.extension
                                                                                                                                          Definition

                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                          Comments

                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                          Control0..*
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Summaryfalse
                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                          • value @ url
                                                                                                                                          • 694. Observation.code.coding:coreLaboJLAC10/bg.system
                                                                                                                                            Definition

                                                                                                                                            コード体系。

                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                            Comments

                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                            URIは本WGで定義する。

                                                                                                                                            Control1..1
                                                                                                                                            Typeuri
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            696. Observation.code.coding:coreLaboJLAC10/bg.version
                                                                                                                                            Definition

                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                            Comments

                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                            Control0..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            698. Observation.code.coding:coreLaboJLAC10/bg.code
                                                                                                                                            Definition

                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                            Comments

                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                            Control1..1
                                                                                                                                            BindingThe codes SHALL be taken from CLINS: BG ValueSet (JLAC10)
                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bg_VS)
                                                                                                                                            Typecode
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            700. Observation.code.coding:coreLaboJLAC10/bg.display
                                                                                                                                            Definition

                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                            Comments

                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                            Control1..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                            Fixed ValueBG
                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            702. Observation.code.coding:coreLaboJLAC10/bg.userSelected
                                                                                                                                            Definition

                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                            Comments

                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                            Control0..1
                                                                                                                                            Typeboolean
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            704. Observation.code.coding:coreLaboJLAC11/bg
                                                                                                                                            Slice NamecoreLaboJLAC11/bg
                                                                                                                                            Definition

                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                            Comments

                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                            Control0..1
                                                                                                                                            TypeCoding
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            706. Observation.code.coding:coreLaboJLAC11/bg.id
                                                                                                                                            Definition

                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                            Control0..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                            Summaryfalse
                                                                                                                                            708. Observation.code.coding:coreLaboJLAC11/bg.extension
                                                                                                                                            Definition

                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                            Comments

                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                            Control0..*
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summaryfalse
                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                            • value @ url
                                                                                                                                            • 710. Observation.code.coding:coreLaboJLAC11/bg.system
                                                                                                                                              Definition

                                                                                                                                              コード体系。

                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                              Comments

                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                              URIは本WGで定義する。

                                                                                                                                              Control1..1
                                                                                                                                              Typeuri
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              712. Observation.code.coding:coreLaboJLAC11/bg.version
                                                                                                                                              Definition

                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                              Comments

                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                              Control0..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              714. Observation.code.coding:coreLaboJLAC11/bg.code
                                                                                                                                              Definition

                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                              Comments

                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                              Control1..1
                                                                                                                                              BindingThe codes SHALL be taken from CLINS: BG ValueSet (JLAC11)
                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bg_VS)
                                                                                                                                              Typecode
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              716. Observation.code.coding:coreLaboJLAC11/bg.display
                                                                                                                                              Definition

                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                              Comments

                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                              Control1..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                              Fixed ValueBG
                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              718. Observation.code.coding:coreLaboJLAC11/bg.userSelected
                                                                                                                                              Definition

                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                              Comments

                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                              Control0..1
                                                                                                                                              Typeboolean
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              720. Observation.code.coding:coreLaboJLAC10/fbg
                                                                                                                                              Slice NamecoreLaboJLAC10/fbg
                                                                                                                                              Definition

                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                              Comments

                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                              Control0..1
                                                                                                                                              TypeCoding
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Must Supporttrue
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              722. Observation.code.coding:coreLaboJLAC10/fbg.id
                                                                                                                                              Definition

                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                              Control0..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                              Summaryfalse
                                                                                                                                              724. Observation.code.coding:coreLaboJLAC10/fbg.extension
                                                                                                                                              Definition

                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                              Comments

                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                              Control0..*
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                              • value @ url
                                                                                                                                              • 726. Observation.code.coding:coreLaboJLAC10/fbg.system
                                                                                                                                                Definition

                                                                                                                                                コード体系。

                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                Comments

                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                Control1..1
                                                                                                                                                Typeuri
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                728. Observation.code.coding:coreLaboJLAC10/fbg.version
                                                                                                                                                Definition

                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                Comments

                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                730. Observation.code.coding:coreLaboJLAC10/fbg.code
                                                                                                                                                Definition

                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                Comments

                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                Control1..1
                                                                                                                                                BindingThe codes SHALL be taken from CLINS: FBG ValueSet (JLAC10)
                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS)
                                                                                                                                                Typecode
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                732. Observation.code.coding:coreLaboJLAC10/fbg.display
                                                                                                                                                Definition

                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                Comments

                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                Control1..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                Fixed ValueFBG
                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                734. Observation.code.coding:coreLaboJLAC10/fbg.userSelected
                                                                                                                                                Definition

                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                Comments

                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                Control0..1
                                                                                                                                                Typeboolean
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                736. Observation.code.coding:coreLaboJLAC11/fbg
                                                                                                                                                Slice NamecoreLaboJLAC11/fbg
                                                                                                                                                Definition

                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                Comments

                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                Control0..1
                                                                                                                                                TypeCoding
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Must Supporttrue
                                                                                                                                                Summarytrue
                                                                                                                                                Requirements

                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                738. Observation.code.coding:coreLaboJLAC11/fbg.id
                                                                                                                                                Definition

                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                Summaryfalse
                                                                                                                                                740. Observation.code.coding:coreLaboJLAC11/fbg.extension
                                                                                                                                                Definition

                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                Comments

                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                Control0..*
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Summaryfalse
                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                • value @ url
                                                                                                                                                • 742. Observation.code.coding:coreLaboJLAC11/fbg.system
                                                                                                                                                  Definition

                                                                                                                                                  コード体系。

                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                  Comments

                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                  Control1..1
                                                                                                                                                  Typeuri
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  744. Observation.code.coding:coreLaboJLAC11/fbg.version
                                                                                                                                                  Definition

                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                  Comments

                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summarytrue
                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  746. Observation.code.coding:coreLaboJLAC11/fbg.code
                                                                                                                                                  Definition

                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                  Comments

                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                  Control1..1
                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: FBG ValueSet (JLAC11)
                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS)
                                                                                                                                                  Typecode
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  748. Observation.code.coding:coreLaboJLAC11/fbg.display
                                                                                                                                                  Definition

                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                  Comments

                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                  Control1..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                  Fixed ValueFBG
                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  750. Observation.code.coding:coreLaboJLAC11/fbg.userSelected
                                                                                                                                                  Definition

                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                  Comments

                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                  Control0..1
                                                                                                                                                  Typeboolean
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  752. Observation.code.coding:coreLaboJLAC10/cbg
                                                                                                                                                  Slice NamecoreLaboJLAC10/cbg
                                                                                                                                                  Definition

                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                  Comments

                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                  Control0..1
                                                                                                                                                  TypeCoding
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  754. Observation.code.coding:coreLaboJLAC10/cbg.id
                                                                                                                                                  Definition

                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  756. Observation.code.coding:coreLaboJLAC10/cbg.extension
                                                                                                                                                  Definition

                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                  Comments

                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                  • value @ url
                                                                                                                                                  • 758. Observation.code.coding:coreLaboJLAC10/cbg.system
                                                                                                                                                    Definition

                                                                                                                                                    コード体系。

                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                    Comments

                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                    Control1..1
                                                                                                                                                    Typeuri
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    760. Observation.code.coding:coreLaboJLAC10/cbg.version
                                                                                                                                                    Definition

                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                    Comments

                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                    Control0..1
                                                                                                                                                    Typestring
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Summarytrue
                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    762. Observation.code.coding:coreLaboJLAC10/cbg.code
                                                                                                                                                    Definition

                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                    Comments

                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                    Control1..1
                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: CBG ValueSet (JLAC10)
                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS)
                                                                                                                                                    Typecode
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    764. Observation.code.coding:coreLaboJLAC10/cbg.display
                                                                                                                                                    Definition

                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                    Comments

                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                    Control1..1
                                                                                                                                                    Typestring
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                    Fixed ValueCBG
                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    766. Observation.code.coding:coreLaboJLAC10/cbg.userSelected
                                                                                                                                                    Definition

                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                    Comments

                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                    Control0..1
                                                                                                                                                    Typeboolean
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    768. Observation.code.coding:coreLaboJLAC11/cbg
                                                                                                                                                    Slice NamecoreLaboJLAC11/cbg
                                                                                                                                                    Definition

                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                    Comments

                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                    Control0..1
                                                                                                                                                    TypeCoding
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    770. Observation.code.coding:coreLaboJLAC11/cbg.id
                                                                                                                                                    Definition

                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                    Control0..1
                                                                                                                                                    Typestring
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                    Summaryfalse
                                                                                                                                                    772. Observation.code.coding:coreLaboJLAC11/cbg.extension
                                                                                                                                                    Definition

                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                    Comments

                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                    Control0..*
                                                                                                                                                    TypeExtension
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                    • value @ url
                                                                                                                                                    • 774. Observation.code.coding:coreLaboJLAC11/cbg.system
                                                                                                                                                      Definition

                                                                                                                                                      コード体系。

                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                      Comments

                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                      Control1..1
                                                                                                                                                      Typeuri
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Summarytrue
                                                                                                                                                      Requirements

                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      776. Observation.code.coding:coreLaboJLAC11/cbg.version
                                                                                                                                                      Definition

                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                      Comments

                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                      Control0..1
                                                                                                                                                      Typestring
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Summarytrue
                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      778. Observation.code.coding:coreLaboJLAC11/cbg.code
                                                                                                                                                      Definition

                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                      Comments

                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                      Control1..1
                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: CBG ValueSet (JLAC11)
                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS)
                                                                                                                                                      Typecode
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Summarytrue
                                                                                                                                                      Requirements

                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      780. Observation.code.coding:coreLaboJLAC11/cbg.display
                                                                                                                                                      Definition

                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                      Comments

                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                      Control1..1
                                                                                                                                                      Typestring
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Summarytrue
                                                                                                                                                      Requirements

                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                      Fixed ValueCBG
                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      782. Observation.code.coding:coreLaboJLAC11/cbg.userSelected
                                                                                                                                                      Definition

                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                      Comments

                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                      Control0..1
                                                                                                                                                      Typeboolean
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Summarytrue
                                                                                                                                                      Requirements

                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      784. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp
                                                                                                                                                      Slice NamecoreLaboJLAC10/hba1c-ngsp
                                                                                                                                                      Definition

                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                      Comments

                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                      Control0..1
                                                                                                                                                      TypeCoding
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Summarytrue
                                                                                                                                                      Requirements

                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      786. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.id
                                                                                                                                                      Definition

                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                      Control0..1
                                                                                                                                                      Typestring
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                      Summaryfalse
                                                                                                                                                      788. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.extension
                                                                                                                                                      Definition

                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                      Comments

                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                      Control0..*
                                                                                                                                                      TypeExtension
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Summaryfalse
                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                      • value @ url
                                                                                                                                                      • 790. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.system
                                                                                                                                                        Definition

                                                                                                                                                        コード体系。

                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                        Comments

                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                        Control1..1
                                                                                                                                                        Typeuri
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Summarytrue
                                                                                                                                                        Requirements

                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        792. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.version
                                                                                                                                                        Definition

                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                        Comments

                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                        Control0..1
                                                                                                                                                        Typestring
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Summarytrue
                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        794. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.code
                                                                                                                                                        Definition

                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                        Comments

                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                        Control1..1
                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: HbA1c-NGSP ValueSet (JLAC10)
                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS)
                                                                                                                                                        Typecode
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Summarytrue
                                                                                                                                                        Requirements

                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        796. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.display
                                                                                                                                                        Definition

                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                        Comments

                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                        Control1..1
                                                                                                                                                        Typestring
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Summarytrue
                                                                                                                                                        Requirements

                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                        Fixed ValueHbA1c-NGSP
                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        798. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.userSelected
                                                                                                                                                        Definition

                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                        Comments

                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                        Control0..1
                                                                                                                                                        Typeboolean
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                        Summarytrue
                                                                                                                                                        Requirements

                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        800. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp
                                                                                                                                                        Slice NamecoreLaboJLAC11/hba1c-ngsp
                                                                                                                                                        Definition

                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                        Comments

                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                        Control0..1
                                                                                                                                                        TypeCoding
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Summarytrue
                                                                                                                                                        Requirements

                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        802. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.id
                                                                                                                                                        Definition

                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                        Control0..1
                                                                                                                                                        Typestring
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                        Summaryfalse
                                                                                                                                                        804. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.extension
                                                                                                                                                        Definition

                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                        Comments

                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                        Control0..*
                                                                                                                                                        TypeExtension
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                        • value @ url
                                                                                                                                                        • 806. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.system
                                                                                                                                                          Definition

                                                                                                                                                          コード体系。

                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                          Comments

                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                          Control1..1
                                                                                                                                                          Typeuri
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          808. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.version
                                                                                                                                                          Definition

                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                          Comments

                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                          Control0..1
                                                                                                                                                          Typestring
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Summarytrue
                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          810. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.code
                                                                                                                                                          Definition

                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                          Comments

                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                          Control1..1
                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: HbA1c-NGSP ValueSet (JLAC11)
                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS)
                                                                                                                                                          Typecode
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          812. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.display
                                                                                                                                                          Definition

                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                          Comments

                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                          Control1..1
                                                                                                                                                          Typestring
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                          Fixed ValueHbA1c-NGSP
                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          814. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.userSelected
                                                                                                                                                          Definition

                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                          Comments

                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                          Control0..1
                                                                                                                                                          Typeboolean
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          816. Observation.code.coding:coreLaboJLAC10/tg
                                                                                                                                                          Slice NamecoreLaboJLAC10/tg
                                                                                                                                                          Definition

                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                          Comments

                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                          Control0..1
                                                                                                                                                          TypeCoding
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          818. Observation.code.coding:coreLaboJLAC10/tg.id
                                                                                                                                                          Definition

                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                          Control0..1
                                                                                                                                                          Typestring
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                          Summaryfalse
                                                                                                                                                          820. Observation.code.coding:coreLaboJLAC10/tg.extension
                                                                                                                                                          Definition

                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                          Comments

                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                          Control0..*
                                                                                                                                                          TypeExtension
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                          • value @ url
                                                                                                                                                          • 822. Observation.code.coding:coreLaboJLAC10/tg.system
                                                                                                                                                            Definition

                                                                                                                                                            コード体系。

                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                            Comments

                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                            Control1..1
                                                                                                                                                            Typeuri
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Summarytrue
                                                                                                                                                            Requirements

                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            824. Observation.code.coding:coreLaboJLAC10/tg.version
                                                                                                                                                            Definition

                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                            Comments

                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                            Control0..1
                                                                                                                                                            Typestring
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Summarytrue
                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            826. Observation.code.coding:coreLaboJLAC10/tg.code
                                                                                                                                                            Definition

                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                            Comments

                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                            Control1..1
                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: TG ValueSet (JLAC10)
                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tg_VS)
                                                                                                                                                            Typecode
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Summarytrue
                                                                                                                                                            Requirements

                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            828. Observation.code.coding:coreLaboJLAC10/tg.display
                                                                                                                                                            Definition

                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                            Comments

                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                            Control1..1
                                                                                                                                                            Typestring
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Summarytrue
                                                                                                                                                            Requirements

                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                            Fixed ValueTG
                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            830. Observation.code.coding:coreLaboJLAC10/tg.userSelected
                                                                                                                                                            Definition

                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                            Comments

                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                            Control0..1
                                                                                                                                                            Typeboolean
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Summarytrue
                                                                                                                                                            Requirements

                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            832. Observation.code.coding:coreLaboJLAC11/tg
                                                                                                                                                            Slice NamecoreLaboJLAC11/tg
                                                                                                                                                            Definition

                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                            Comments

                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                            Control0..1
                                                                                                                                                            TypeCoding
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Summarytrue
                                                                                                                                                            Requirements

                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            834. Observation.code.coding:coreLaboJLAC11/tg.id
                                                                                                                                                            Definition

                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                            Control0..1
                                                                                                                                                            Typestring
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                            Summaryfalse
                                                                                                                                                            836. Observation.code.coding:coreLaboJLAC11/tg.extension
                                                                                                                                                            Definition

                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                            Comments

                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                            Control0..*
                                                                                                                                                            TypeExtension
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Summaryfalse
                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                            • value @ url
                                                                                                                                                            • 838. Observation.code.coding:coreLaboJLAC11/tg.system
                                                                                                                                                              Definition

                                                                                                                                                              コード体系。

                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                              Comments

                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeuri
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Summarytrue
                                                                                                                                                              Requirements

                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              840. Observation.code.coding:coreLaboJLAC11/tg.version
                                                                                                                                                              Definition

                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                              Comments

                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                              Control0..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Summarytrue
                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              842. Observation.code.coding:coreLaboJLAC11/tg.code
                                                                                                                                                              Definition

                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                              Comments

                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                              Control1..1
                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: TG ValueSet (JLAC11)
                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tg_VS)
                                                                                                                                                              Typecode
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Summarytrue
                                                                                                                                                              Requirements

                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              844. Observation.code.coding:coreLaboJLAC11/tg.display
                                                                                                                                                              Definition

                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                              Comments

                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                              Control1..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Summarytrue
                                                                                                                                                              Requirements

                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                              Fixed ValueTG
                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              846. Observation.code.coding:coreLaboJLAC11/tg.userSelected
                                                                                                                                                              Definition

                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                              Comments

                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                              Control0..1
                                                                                                                                                              Typeboolean
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Summarytrue
                                                                                                                                                              Requirements

                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              848. Observation.code.coding:coreLaboJLAC10/ftg
                                                                                                                                                              Slice NamecoreLaboJLAC10/ftg
                                                                                                                                                              Definition

                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                              Comments

                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                              Control0..1
                                                                                                                                                              TypeCoding
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Summarytrue
                                                                                                                                                              Requirements

                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              850. Observation.code.coding:coreLaboJLAC10/ftg.id
                                                                                                                                                              Definition

                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                              Control0..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Summaryfalse
                                                                                                                                                              852. Observation.code.coding:coreLaboJLAC10/ftg.extension
                                                                                                                                                              Definition

                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                              Comments

                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                              • value @ url
                                                                                                                                                              • 854. Observation.code.coding:coreLaboJLAC10/ftg.system
                                                                                                                                                                Definition

                                                                                                                                                                コード体系。

                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                Comments

                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                Control1..1
                                                                                                                                                                Typeuri
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                856. Observation.code.coding:coreLaboJLAC10/ftg.version
                                                                                                                                                                Definition

                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                Comments

                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                Control0..1
                                                                                                                                                                Typestring
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                Summarytrue
                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                858. Observation.code.coding:coreLaboJLAC10/ftg.code
                                                                                                                                                                Definition

                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                Comments

                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                Control1..1
                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: 空腹時中性脂肪FTG ValueSet (JLAC10)
                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS)
                                                                                                                                                                Typecode
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                860. Observation.code.coding:coreLaboJLAC10/ftg.display
                                                                                                                                                                Definition

                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                Comments

                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                Control1..1
                                                                                                                                                                Typestring
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                Fixed ValueFTG
                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                862. Observation.code.coding:coreLaboJLAC10/ftg.userSelected
                                                                                                                                                                Definition

                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                Comments

                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                Control0..1
                                                                                                                                                                Typeboolean
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                864. Observation.code.coding:coreLaboJLAC11/ftg
                                                                                                                                                                Slice NamecoreLaboJLAC11/ftg
                                                                                                                                                                Definition

                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                Comments

                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                Control0..1
                                                                                                                                                                TypeCoding
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Must Supporttrue
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                866. Observation.code.coding:coreLaboJLAC11/ftg.id
                                                                                                                                                                Definition

                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                Control0..1
                                                                                                                                                                Typestring
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                Summaryfalse
                                                                                                                                                                868. Observation.code.coding:coreLaboJLAC11/ftg.extension
                                                                                                                                                                Definition

                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                Comments

                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                Control0..*
                                                                                                                                                                TypeExtension
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                • value @ url
                                                                                                                                                                • 870. Observation.code.coding:coreLaboJLAC11/ftg.system
                                                                                                                                                                  Definition

                                                                                                                                                                  コード体系。

                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                  Comments

                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                  Control1..1
                                                                                                                                                                  Typeuri
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  Summarytrue
                                                                                                                                                                  Requirements

                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  872. Observation.code.coding:coreLaboJLAC11/ftg.version
                                                                                                                                                                  Definition

                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                  Comments

                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                  Control0..1
                                                                                                                                                                  Typestring
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  Summarytrue
                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  874. Observation.code.coding:coreLaboJLAC11/ftg.code
                                                                                                                                                                  Definition

                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                  Comments

                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                  Control1..1
                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: 空腹時中性脂肪FTG ValueSet (JLAC11)
                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS)
                                                                                                                                                                  Typecode
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  Summarytrue
                                                                                                                                                                  Requirements

                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  876. Observation.code.coding:coreLaboJLAC11/ftg.display
                                                                                                                                                                  Definition

                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                  Comments

                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                  Control1..1
                                                                                                                                                                  Typestring
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  Summarytrue
                                                                                                                                                                  Requirements

                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                  Fixed ValueFTG
                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  878. Observation.code.coding:coreLaboJLAC11/ftg.userSelected
                                                                                                                                                                  Definition

                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                  Comments

                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                  Control0..1
                                                                                                                                                                  Typeboolean
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                  Summarytrue
                                                                                                                                                                  Requirements

                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  880. Observation.code.coding:coreLaboJLAC10/ctg
                                                                                                                                                                  Slice NamecoreLaboJLAC10/ctg
                                                                                                                                                                  Definition

                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                  Comments

                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                  Control0..1
                                                                                                                                                                  TypeCoding
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                  Summarytrue
                                                                                                                                                                  Requirements

                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  882. Observation.code.coding:coreLaboJLAC10/ctg.id
                                                                                                                                                                  Definition

                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                  Control0..1
                                                                                                                                                                  Typestring
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  884. Observation.code.coding:coreLaboJLAC10/ctg.extension
                                                                                                                                                                  Definition

                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                  Comments

                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                  Control0..*
                                                                                                                                                                  TypeExtension
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                  • value @ url
                                                                                                                                                                  • 886. Observation.code.coding:coreLaboJLAC10/ctg.system
                                                                                                                                                                    Definition

                                                                                                                                                                    コード体系。

                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                    Comments

                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                    Control1..1
                                                                                                                                                                    Typeuri
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Requirements

                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    888. Observation.code.coding:coreLaboJLAC10/ctg.version
                                                                                                                                                                    Definition

                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                    Comments

                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                    Control0..1
                                                                                                                                                                    Typestring
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    890. Observation.code.coding:coreLaboJLAC10/ctg.code
                                                                                                                                                                    Definition

                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                    Comments

                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                    Control1..1
                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: 随時中性脂肪CTG ValueSet (JLAC10)
                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS)
                                                                                                                                                                    Typecode
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Requirements

                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    892. Observation.code.coding:coreLaboJLAC10/ctg.display
                                                                                                                                                                    Definition

                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                    Comments

                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                    Control1..1
                                                                                                                                                                    Typestring
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Requirements

                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                    Fixed ValueCTG
                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    894. Observation.code.coding:coreLaboJLAC10/ctg.userSelected
                                                                                                                                                                    Definition

                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                    Comments

                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                    Control0..1
                                                                                                                                                                    Typeboolean
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Requirements

                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    896. Observation.code.coding:coreLaboJLAC11/ctg
                                                                                                                                                                    Slice NamecoreLaboJLAC11/ctg
                                                                                                                                                                    Definition

                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                    Comments

                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                    Control0..1
                                                                                                                                                                    TypeCoding
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Requirements

                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    898. Observation.code.coding:coreLaboJLAC11/ctg.id
                                                                                                                                                                    Definition

                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                    Control0..1
                                                                                                                                                                    Typestring
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    900. Observation.code.coding:coreLaboJLAC11/ctg.extension
                                                                                                                                                                    Definition

                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                    Comments

                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                    Control0..*
                                                                                                                                                                    TypeExtension
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                    • value @ url
                                                                                                                                                                    • 902. Observation.code.coding:coreLaboJLAC11/ctg.system
                                                                                                                                                                      Definition

                                                                                                                                                                      コード体系。

                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                      Comments

                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                      Control1..1
                                                                                                                                                                      Typeuri
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      904. Observation.code.coding:coreLaboJLAC11/ctg.version
                                                                                                                                                                      Definition

                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                      Comments

                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                      Control0..1
                                                                                                                                                                      Typestring
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      906. Observation.code.coding:coreLaboJLAC11/ctg.code
                                                                                                                                                                      Definition

                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                      Comments

                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                      Control1..1
                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: 随時中性脂肪CTG ValueSet (JLAC11)
                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS)
                                                                                                                                                                      Typecode
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      908. Observation.code.coding:coreLaboJLAC11/ctg.display
                                                                                                                                                                      Definition

                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                      Comments

                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                      Control1..1
                                                                                                                                                                      Typestring
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                      Fixed ValueCTG
                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      910. Observation.code.coding:coreLaboJLAC11/ctg.userSelected
                                                                                                                                                                      Definition

                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                      Comments

                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                      Control0..1
                                                                                                                                                                      Typeboolean
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      912. Observation.code.coding:coreLaboJLAC10/t-cho
                                                                                                                                                                      Slice NamecoreLaboJLAC10/t-cho
                                                                                                                                                                      Definition

                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                      Comments

                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                      Control0..1
                                                                                                                                                                      TypeCoding
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      914. Observation.code.coding:coreLaboJLAC10/t-cho.id
                                                                                                                                                                      Definition

                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                      Control0..1
                                                                                                                                                                      Typestring
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      916. Observation.code.coding:coreLaboJLAC10/t-cho.extension
                                                                                                                                                                      Definition

                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                      Comments

                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                      Control0..*
                                                                                                                                                                      TypeExtension
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                      • value @ url
                                                                                                                                                                      • 918. Observation.code.coding:coreLaboJLAC10/t-cho.system
                                                                                                                                                                        Definition

                                                                                                                                                                        コード体系。

                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                        Comments

                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                        Control1..1
                                                                                                                                                                        Typeuri
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        Summarytrue
                                                                                                                                                                        Requirements

                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        920. Observation.code.coding:coreLaboJLAC10/t-cho.version
                                                                                                                                                                        Definition

                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                        Comments

                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                        Control0..1
                                                                                                                                                                        Typestring
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        Summarytrue
                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        922. Observation.code.coding:coreLaboJLAC10/t-cho.code
                                                                                                                                                                        Definition

                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                        Comments

                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                        Control1..1
                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: T-CHO ValueSet (JLAC10)
                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS)
                                                                                                                                                                        Typecode
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        Summarytrue
                                                                                                                                                                        Requirements

                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        924. Observation.code.coding:coreLaboJLAC10/t-cho.display
                                                                                                                                                                        Definition

                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                        Comments

                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                        Control1..1
                                                                                                                                                                        Typestring
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        Summarytrue
                                                                                                                                                                        Requirements

                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                        Fixed ValueT-CHO
                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        926. Observation.code.coding:coreLaboJLAC10/t-cho.userSelected
                                                                                                                                                                        Definition

                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                        Comments

                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                        Control0..1
                                                                                                                                                                        Typeboolean
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                        Summarytrue
                                                                                                                                                                        Requirements

                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        928. Observation.code.coding:coreLaboJLAC11/t-cho
                                                                                                                                                                        Slice NamecoreLaboJLAC11/t-cho
                                                                                                                                                                        Definition

                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                        Comments

                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                        Control0..1
                                                                                                                                                                        TypeCoding
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                        Summarytrue
                                                                                                                                                                        Requirements

                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        930. Observation.code.coding:coreLaboJLAC11/t-cho.id
                                                                                                                                                                        Definition

                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                        Control0..1
                                                                                                                                                                        Typestring
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                        Summaryfalse
                                                                                                                                                                        932. Observation.code.coding:coreLaboJLAC11/t-cho.extension
                                                                                                                                                                        Definition

                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                        Comments

                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                        Control0..*
                                                                                                                                                                        TypeExtension
                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                        Summaryfalse
                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                        • value @ url
                                                                                                                                                                        • 934. Observation.code.coding:coreLaboJLAC11/t-cho.system
                                                                                                                                                                          Definition

                                                                                                                                                                          コード体系。

                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                          Comments

                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                          Control1..1
                                                                                                                                                                          Typeuri
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Requirements

                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          936. Observation.code.coding:coreLaboJLAC11/t-cho.version
                                                                                                                                                                          Definition

                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                          Comments

                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                          Control0..1
                                                                                                                                                                          Typestring
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          938. Observation.code.coding:coreLaboJLAC11/t-cho.code
                                                                                                                                                                          Definition

                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                          Comments

                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                          Control1..1
                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: T-CHO ValueSet (JLAC11)
                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS)
                                                                                                                                                                          Typecode
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Requirements

                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          940. Observation.code.coding:coreLaboJLAC11/t-cho.display
                                                                                                                                                                          Definition

                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                          Comments

                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                          Control1..1
                                                                                                                                                                          Typestring
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Requirements

                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                          Fixed ValueT-CHO
                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          942. Observation.code.coding:coreLaboJLAC11/t-cho.userSelected
                                                                                                                                                                          Definition

                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                          Comments

                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                          Control0..1
                                                                                                                                                                          Typeboolean
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Requirements

                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          944. Observation.code.coding:coreLaboJLAC10/hdl-c
                                                                                                                                                                          Slice NamecoreLaboJLAC10/hdl-c
                                                                                                                                                                          Definition

                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                          Comments

                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                          Control0..1
                                                                                                                                                                          TypeCoding
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                          Summarytrue
                                                                                                                                                                          Requirements

                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          946. Observation.code.coding:coreLaboJLAC10/hdl-c.id
                                                                                                                                                                          Definition

                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                          Control0..1
                                                                                                                                                                          Typestring
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                          Summaryfalse
                                                                                                                                                                          948. Observation.code.coding:coreLaboJLAC10/hdl-c.extension
                                                                                                                                                                          Definition

                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                          Comments

                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                          Control0..*
                                                                                                                                                                          TypeExtension
                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                          Summaryfalse
                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                          • value @ url
                                                                                                                                                                          • 950. Observation.code.coding:coreLaboJLAC10/hdl-c.system
                                                                                                                                                                            Definition

                                                                                                                                                                            コード体系。

                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                            Comments

                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                            Control1..1
                                                                                                                                                                            Typeuri
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Requirements

                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            952. Observation.code.coding:coreLaboJLAC10/hdl-c.version
                                                                                                                                                                            Definition

                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                            Comments

                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                            Control0..1
                                                                                                                                                                            Typestring
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            954. Observation.code.coding:coreLaboJLAC10/hdl-c.code
                                                                                                                                                                            Definition

                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                            Comments

                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                            Control1..1
                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: HDL-C ValueSet (JLAC10)
                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS)
                                                                                                                                                                            Typecode
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Requirements

                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            956. Observation.code.coding:coreLaboJLAC10/hdl-c.display
                                                                                                                                                                            Definition

                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                            Comments

                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                            Control1..1
                                                                                                                                                                            Typestring
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Requirements

                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                            Fixed ValueHDL-C
                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            958. Observation.code.coding:coreLaboJLAC10/hdl-c.userSelected
                                                                                                                                                                            Definition

                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                            Comments

                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                            Control0..1
                                                                                                                                                                            Typeboolean
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Requirements

                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            960. Observation.code.coding:coreLaboJLAC11/hdl-c
                                                                                                                                                                            Slice NamecoreLaboJLAC11/hdl-c
                                                                                                                                                                            Definition

                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                            Comments

                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                            Control0..1
                                                                                                                                                                            TypeCoding
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                            Summarytrue
                                                                                                                                                                            Requirements

                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            962. Observation.code.coding:coreLaboJLAC11/hdl-c.id
                                                                                                                                                                            Definition

                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                            Control0..1
                                                                                                                                                                            Typestring
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                            Summaryfalse
                                                                                                                                                                            964. Observation.code.coding:coreLaboJLAC11/hdl-c.extension
                                                                                                                                                                            Definition

                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                            Comments

                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                            Control0..*
                                                                                                                                                                            TypeExtension
                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                            Summaryfalse
                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                            • value @ url
                                                                                                                                                                            • 966. Observation.code.coding:coreLaboJLAC11/hdl-c.system
                                                                                                                                                                              Definition

                                                                                                                                                                              コード体系。

                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                              Comments

                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                              Control1..1
                                                                                                                                                                              Typeuri
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Requirements

                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              968. Observation.code.coding:coreLaboJLAC11/hdl-c.version
                                                                                                                                                                              Definition

                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                              Comments

                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                              Control0..1
                                                                                                                                                                              Typestring
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              970. Observation.code.coding:coreLaboJLAC11/hdl-c.code
                                                                                                                                                                              Definition

                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                              Comments

                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                              Control1..1
                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: HDL-C ValueSet (JLAC11)
                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS)
                                                                                                                                                                              Typecode
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Requirements

                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              972. Observation.code.coding:coreLaboJLAC11/hdl-c.display
                                                                                                                                                                              Definition

                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                              Comments

                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                              Control1..1
                                                                                                                                                                              Typestring
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Requirements

                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                              Fixed ValueHDL-C
                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              974. Observation.code.coding:coreLaboJLAC11/hdl-c.userSelected
                                                                                                                                                                              Definition

                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                              Comments

                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                              Control0..1
                                                                                                                                                                              Typeboolean
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Requirements

                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              976. Observation.code.coding:coreLaboJLAC10/ldl-c
                                                                                                                                                                              Slice NamecoreLaboJLAC10/ldl-c
                                                                                                                                                                              Definition

                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                              Comments

                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                              Control0..1
                                                                                                                                                                              TypeCoding
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                              Summarytrue
                                                                                                                                                                              Requirements

                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              978. Observation.code.coding:coreLaboJLAC10/ldl-c.id
                                                                                                                                                                              Definition

                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                              Control0..1
                                                                                                                                                                              Typestring
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                              Summaryfalse
                                                                                                                                                                              980. Observation.code.coding:coreLaboJLAC10/ldl-c.extension
                                                                                                                                                                              Definition

                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                              Comments

                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                              Control0..*
                                                                                                                                                                              TypeExtension
                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                              Summaryfalse
                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                              • value @ url
                                                                                                                                                                              • 982. Observation.code.coding:coreLaboJLAC10/ldl-c.system
                                                                                                                                                                                Definition

                                                                                                                                                                                コード体系。

                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                Comments

                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typeuri
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Requirements

                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                984. Observation.code.coding:coreLaboJLAC10/ldl-c.version
                                                                                                                                                                                Definition

                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                Comments

                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                986. Observation.code.coding:coreLaboJLAC10/ldl-c.code
                                                                                                                                                                                Definition

                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                Comments

                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                Control1..1
                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: LDL-C ValueSet (JLAC10)
                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS)
                                                                                                                                                                                Typecode
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Requirements

                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                988. Observation.code.coding:coreLaboJLAC10/ldl-c.display
                                                                                                                                                                                Definition

                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                Comments

                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                Control1..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Requirements

                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                Fixed ValueLDL-C
                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                990. Observation.code.coding:coreLaboJLAC10/ldl-c.userSelected
                                                                                                                                                                                Definition

                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                Comments

                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typeboolean
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Requirements

                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                992. Observation.code.coding:coreLaboJLAC11/ldl-c
                                                                                                                                                                                Slice NamecoreLaboJLAC11/ldl-c
                                                                                                                                                                                Definition

                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                Comments

                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                Control0..1
                                                                                                                                                                                TypeCoding
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                Summarytrue
                                                                                                                                                                                Requirements

                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                994. Observation.code.coding:coreLaboJLAC11/ldl-c.id
                                                                                                                                                                                Definition

                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                Control0..1
                                                                                                                                                                                Typestring
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                996. Observation.code.coding:coreLaboJLAC11/ldl-c.extension
                                                                                                                                                                                Definition

                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                Comments

                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                Control0..*
                                                                                                                                                                                TypeExtension
                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                • value @ url
                                                                                                                                                                                • 998. Observation.code.coding:coreLaboJLAC11/ldl-c.system
                                                                                                                                                                                  Definition

                                                                                                                                                                                  コード体系。

                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                  Comments

                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  Typeuri
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                  Requirements

                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1000. Observation.code.coding:coreLaboJLAC11/ldl-c.version
                                                                                                                                                                                  Definition

                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                  Comments

                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                  Control0..1
                                                                                                                                                                                  Typestring
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1002. Observation.code.coding:coreLaboJLAC11/ldl-c.code
                                                                                                                                                                                  Definition

                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                  Comments

                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: LDL-C ValueSet (JLAC11)
                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS)
                                                                                                                                                                                  Typecode
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                  Requirements

                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1004. Observation.code.coding:coreLaboJLAC11/ldl-c.display
                                                                                                                                                                                  Definition

                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                  Comments

                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                  Control1..1
                                                                                                                                                                                  Typestring
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                  Requirements

                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                  Fixed ValueLDL-C
                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1006. Observation.code.coding:coreLaboJLAC11/ldl-c.userSelected
                                                                                                                                                                                  Definition

                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                  Comments

                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                  Control0..1
                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                  Requirements

                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1008. Observation.code.coding:coreLaboJLAC10/na
                                                                                                                                                                                  Slice NamecoreLaboJLAC10/na
                                                                                                                                                                                  Definition

                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                  Comments

                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                  Control0..1
                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                  Requirements

                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  1010. Observation.code.coding:coreLaboJLAC10/na.id
                                                                                                                                                                                  Definition

                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                  Control0..1
                                                                                                                                                                                  Typestring
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                  1012. Observation.code.coding:coreLaboJLAC10/na.extension
                                                                                                                                                                                  Definition

                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                  Comments

                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                  Control0..*
                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                  • value @ url
                                                                                                                                                                                  • 1014. Observation.code.coding:coreLaboJLAC10/na.system
                                                                                                                                                                                    Definition

                                                                                                                                                                                    コード体系。

                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                    Comments

                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                    Control1..1
                                                                                                                                                                                    Typeuri
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    Requirements

                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    1016. Observation.code.coding:coreLaboJLAC10/na.version
                                                                                                                                                                                    Definition

                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                    Comments

                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    Typestring
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    1018. Observation.code.coding:coreLaboJLAC10/na.code
                                                                                                                                                                                    Definition

                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                    Comments

                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                    Control1..1
                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: Na ValueSet (JLAC10)
                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_na_VS)
                                                                                                                                                                                    Typecode
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    Requirements

                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    1020. Observation.code.coding:coreLaboJLAC10/na.display
                                                                                                                                                                                    Definition

                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                    Comments

                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                    Control1..1
                                                                                                                                                                                    Typestring
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    Requirements

                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                    Fixed ValueNa
                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    1022. Observation.code.coding:coreLaboJLAC10/na.userSelected
                                                                                                                                                                                    Definition

                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                    Comments

                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    Requirements

                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    1024. Observation.code.coding:coreLaboJLAC11/na
                                                                                                                                                                                    Slice NamecoreLaboJLAC11/na
                                                                                                                                                                                    Definition

                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                    Comments

                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                    Requirements

                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    1026. Observation.code.coding:coreLaboJLAC11/na.id
                                                                                                                                                                                    Definition

                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                    Control0..1
                                                                                                                                                                                    Typestring
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                    1028. Observation.code.coding:coreLaboJLAC11/na.extension
                                                                                                                                                                                    Definition

                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                    Comments

                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                    Control0..*
                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                    • value @ url
                                                                                                                                                                                    • 1030. Observation.code.coding:coreLaboJLAC11/na.system
                                                                                                                                                                                      Definition

                                                                                                                                                                                      コード体系。

                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                      Comments

                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                      Control1..1
                                                                                                                                                                                      Typeuri
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                      Requirements

                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1032. Observation.code.coding:coreLaboJLAC11/na.version
                                                                                                                                                                                      Definition

                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                      Comments

                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      Typestring
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1034. Observation.code.coding:coreLaboJLAC11/na.code
                                                                                                                                                                                      Definition

                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                      Comments

                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                      Control1..1
                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: Na ValueSet (JLAC11)
                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_na_VS)
                                                                                                                                                                                      Typecode
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                      Requirements

                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1036. Observation.code.coding:coreLaboJLAC11/na.display
                                                                                                                                                                                      Definition

                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                      Comments

                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                      Control1..1
                                                                                                                                                                                      Typestring
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                      Requirements

                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                      Fixed ValueNa
                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1038. Observation.code.coding:coreLaboJLAC11/na.userSelected
                                                                                                                                                                                      Definition

                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                      Comments

                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                      Requirements

                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1040. Observation.code.coding:coreLaboJLAC10/k
                                                                                                                                                                                      Slice NamecoreLaboJLAC10/k
                                                                                                                                                                                      Definition

                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                      Comments

                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                      Requirements

                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      1042. Observation.code.coding:coreLaboJLAC10/k.id
                                                                                                                                                                                      Definition

                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                      Control0..1
                                                                                                                                                                                      Typestring
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                      1044. Observation.code.coding:coreLaboJLAC10/k.extension
                                                                                                                                                                                      Definition

                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                      Comments

                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                      Control0..*
                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                      • value @ url
                                                                                                                                                                                      • 1046. Observation.code.coding:coreLaboJLAC10/k.system
                                                                                                                                                                                        Definition

                                                                                                                                                                                        コード体系。

                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                        Comments

                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                        Control1..1
                                                                                                                                                                                        Typeuri
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                        Requirements

                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        1048. Observation.code.coding:coreLaboJLAC10/k.version
                                                                                                                                                                                        Definition

                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                        Comments

                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                        Control0..1
                                                                                                                                                                                        Typestring
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        1050. Observation.code.coding:coreLaboJLAC10/k.code
                                                                                                                                                                                        Definition

                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                        Comments

                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                        Control1..1
                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: K ValueSet (JLAC10)
                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_k_VS)
                                                                                                                                                                                        Typecode
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                        Requirements

                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        1052. Observation.code.coding:coreLaboJLAC10/k.display
                                                                                                                                                                                        Definition

                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                        Comments

                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                        Control1..1
                                                                                                                                                                                        Typestring
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                        Requirements

                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                        Fixed ValueK
                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        1054. Observation.code.coding:coreLaboJLAC10/k.userSelected
                                                                                                                                                                                        Definition

                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                        Comments

                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                        Control0..1
                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                        Requirements

                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        1056. Observation.code.coding:coreLaboJLAC11/k
                                                                                                                                                                                        Slice NamecoreLaboJLAC11/k
                                                                                                                                                                                        Definition

                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                        Comments

                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                        Control0..1
                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                        Requirements

                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        1058. Observation.code.coding:coreLaboJLAC11/k.id
                                                                                                                                                                                        Definition

                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                        Control0..1
                                                                                                                                                                                        Typestring
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                        1060. Observation.code.coding:coreLaboJLAC11/k.extension
                                                                                                                                                                                        Definition

                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                        Comments

                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                        Control0..*
                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                        • value @ url
                                                                                                                                                                                        • 1062. Observation.code.coding:coreLaboJLAC11/k.system
                                                                                                                                                                                          Definition

                                                                                                                                                                                          コード体系。

                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                          Comments

                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          Typeuri
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                          Requirements

                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1064. Observation.code.coding:coreLaboJLAC11/k.version
                                                                                                                                                                                          Definition

                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                          Comments

                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          Typestring
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1066. Observation.code.coding:coreLaboJLAC11/k.code
                                                                                                                                                                                          Definition

                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                          Comments

                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: K ValueSet (JLAC11)
                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_k_VS)
                                                                                                                                                                                          Typecode
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                          Requirements

                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1068. Observation.code.coding:coreLaboJLAC11/k.display
                                                                                                                                                                                          Definition

                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                          Comments

                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                          Control1..1
                                                                                                                                                                                          Typestring
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                          Requirements

                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                          Fixed ValueK
                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1070. Observation.code.coding:coreLaboJLAC11/k.userSelected
                                                                                                                                                                                          Definition

                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                          Comments

                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                          Requirements

                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1072. Observation.code.coding:coreLaboJLAC10/cl
                                                                                                                                                                                          Slice NamecoreLaboJLAC10/cl
                                                                                                                                                                                          Definition

                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                          Comments

                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                          Requirements

                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          1074. Observation.code.coding:coreLaboJLAC10/cl.id
                                                                                                                                                                                          Definition

                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                          Control0..1
                                                                                                                                                                                          Typestring
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                          1076. Observation.code.coding:coreLaboJLAC10/cl.extension
                                                                                                                                                                                          Definition

                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                          Comments

                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                          Control0..*
                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                          • value @ url
                                                                                                                                                                                          • 1078. Observation.code.coding:coreLaboJLAC10/cl.system
                                                                                                                                                                                            Definition

                                                                                                                                                                                            コード体系。

                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                            Comments

                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            Typeuri
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                            Requirements

                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1080. Observation.code.coding:coreLaboJLAC10/cl.version
                                                                                                                                                                                            Definition

                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                            Comments

                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            Typestring
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1082. Observation.code.coding:coreLaboJLAC10/cl.code
                                                                                                                                                                                            Definition

                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                            Comments

                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: Cl ValueSet (JLAC10)
                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cl_VS)
                                                                                                                                                                                            Typecode
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                            Requirements

                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1084. Observation.code.coding:coreLaboJLAC10/cl.display
                                                                                                                                                                                            Definition

                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                            Comments

                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                            Control1..1
                                                                                                                                                                                            Typestring
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                            Requirements

                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                            Fixed ValueCl
                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1086. Observation.code.coding:coreLaboJLAC10/cl.userSelected
                                                                                                                                                                                            Definition

                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                            Comments

                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                            Requirements

                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1088. Observation.code.coding:coreLaboJLAC11/cl
                                                                                                                                                                                            Slice NamecoreLaboJLAC11/cl
                                                                                                                                                                                            Definition

                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                            Comments

                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                            Requirements

                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            1090. Observation.code.coding:coreLaboJLAC11/cl.id
                                                                                                                                                                                            Definition

                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                            Control0..1
                                                                                                                                                                                            Typestring
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                            1092. Observation.code.coding:coreLaboJLAC11/cl.extension
                                                                                                                                                                                            Definition

                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                            Comments

                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                            Control0..*
                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                            • value @ url
                                                                                                                                                                                            • 1094. Observation.code.coding:coreLaboJLAC11/cl.system
                                                                                                                                                                                              Definition

                                                                                                                                                                                              コード体系。

                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                              Comments

                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              Typeuri
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                              Requirements

                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1096. Observation.code.coding:coreLaboJLAC11/cl.version
                                                                                                                                                                                              Definition

                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                              Comments

                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              Typestring
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1098. Observation.code.coding:coreLaboJLAC11/cl.code
                                                                                                                                                                                              Definition

                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                              Comments

                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: Cl ValueSet (JLAC11)
                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cl_VS)
                                                                                                                                                                                              Typecode
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                              Requirements

                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1100. Observation.code.coding:coreLaboJLAC11/cl.display
                                                                                                                                                                                              Definition

                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                              Comments

                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                              Control1..1
                                                                                                                                                                                              Typestring
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                              Requirements

                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                              Fixed ValueCl
                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1102. Observation.code.coding:coreLaboJLAC11/cl.userSelected
                                                                                                                                                                                              Definition

                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                              Comments

                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                              Requirements

                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1104. Observation.code.coding:coreLaboJLAC10/ca
                                                                                                                                                                                              Slice NamecoreLaboJLAC10/ca
                                                                                                                                                                                              Definition

                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                              Comments

                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                              Requirements

                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              1106. Observation.code.coding:coreLaboJLAC10/ca.id
                                                                                                                                                                                              Definition

                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                              Control0..1
                                                                                                                                                                                              Typestring
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                              1108. Observation.code.coding:coreLaboJLAC10/ca.extension
                                                                                                                                                                                              Definition

                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                              Comments

                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                              Control0..*
                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                              • value @ url
                                                                                                                                                                                              • 1110. Observation.code.coding:coreLaboJLAC10/ca.system
                                                                                                                                                                                                Definition

                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                Comments

                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                Requirements

                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1112. Observation.code.coding:coreLaboJLAC10/ca.version
                                                                                                                                                                                                Definition

                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                Comments

                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                Typestring
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1114. Observation.code.coding:coreLaboJLAC10/ca.code
                                                                                                                                                                                                Definition

                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                Comments

                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: Ca ValueSet (JLAC10)
                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ca_VS)
                                                                                                                                                                                                Typecode
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                Requirements

                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1116. Observation.code.coding:coreLaboJLAC10/ca.display
                                                                                                                                                                                                Definition

                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                Comments

                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                Typestring
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                Requirements

                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                Fixed ValueCa
                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1118. Observation.code.coding:coreLaboJLAC10/ca.userSelected
                                                                                                                                                                                                Definition

                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                Comments

                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                Requirements

                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1120. Observation.code.coding:coreLaboJLAC11/ca
                                                                                                                                                                                                Slice NamecoreLaboJLAC11/ca
                                                                                                                                                                                                Definition

                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                Comments

                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                Requirements

                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                1122. Observation.code.coding:coreLaboJLAC11/ca.id
                                                                                                                                                                                                Definition

                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                Typestring
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                1124. Observation.code.coding:coreLaboJLAC11/ca.extension
                                                                                                                                                                                                Definition

                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                Comments

                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                • 1126. Observation.code.coding:coreLaboJLAC11/ca.system
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1128. Observation.code.coding:coreLaboJLAC11/ca.version
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1130. Observation.code.coding:coreLaboJLAC11/ca.code
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: Ca ValueSet (JLAC11)
                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ca_VS)
                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1132. Observation.code.coding:coreLaboJLAC11/ca.display
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                  Fixed ValueCa
                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1134. Observation.code.coding:coreLaboJLAC11/ca.userSelected
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1136. Observation.code.coding:coreLaboJLAC10/t-bil
                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/t-bil
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  1138. Observation.code.coding:coreLaboJLAC10/t-bil.id
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  1140. Observation.code.coding:coreLaboJLAC10/t-bil.extension
                                                                                                                                                                                                  Definition

                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                  Comments

                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                  • 1142. Observation.code.coding:coreLaboJLAC10/t-bil.system
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1144. Observation.code.coding:coreLaboJLAC10/t-bil.version
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1146. Observation.code.coding:coreLaboJLAC10/t-bil.code
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: T-Bil ValueSet (JLAC10)
                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS)
                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1148. Observation.code.coding:coreLaboJLAC10/t-bil.display
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                    Fixed ValueT-Bil
                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1150. Observation.code.coding:coreLaboJLAC10/t-bil.userSelected
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1152. Observation.code.coding:coreLaboJLAC11/t-bil
                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/t-bil
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    1154. Observation.code.coding:coreLaboJLAC11/t-bil.id
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    1156. Observation.code.coding:coreLaboJLAC11/t-bil.extension
                                                                                                                                                                                                    Definition

                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                    Comments

                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                    • 1158. Observation.code.coding:coreLaboJLAC11/t-bil.system
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1160. Observation.code.coding:coreLaboJLAC11/t-bil.version
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1162. Observation.code.coding:coreLaboJLAC11/t-bil.code
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: T-Bil ValueSet (JLAC11)
                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS)
                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1164. Observation.code.coding:coreLaboJLAC11/t-bil.display
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                      Fixed ValueT-Bil
                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1166. Observation.code.coding:coreLaboJLAC11/t-bil.userSelected
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1168. Observation.code.coding:coreLaboJLAC10/d-bil
                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/d-bil
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      1170. Observation.code.coding:coreLaboJLAC10/d-bil.id
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      1172. Observation.code.coding:coreLaboJLAC10/d-bil.extension
                                                                                                                                                                                                      Definition

                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                      Comments

                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                      • 1174. Observation.code.coding:coreLaboJLAC10/d-bil.system
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1176. Observation.code.coding:coreLaboJLAC10/d-bil.version
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1178. Observation.code.coding:coreLaboJLAC10/d-bil.code
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: D-Bil ValueSet (JLAC10)
                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS)
                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1180. Observation.code.coding:coreLaboJLAC10/d-bil.display
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                        Fixed ValueD-Bil
                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1182. Observation.code.coding:coreLaboJLAC10/d-bil.userSelected
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1184. Observation.code.coding:coreLaboJLAC11/d-bil
                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/d-bil
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        1186. Observation.code.coding:coreLaboJLAC11/d-bil.id
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        1188. Observation.code.coding:coreLaboJLAC11/d-bil.extension
                                                                                                                                                                                                        Definition

                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                        Comments

                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                        • 1190. Observation.code.coding:coreLaboJLAC11/d-bil.system
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1192. Observation.code.coding:coreLaboJLAC11/d-bil.version
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1194. Observation.code.coding:coreLaboJLAC11/d-bil.code
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: D-Bil ValueSet (JLAC11)
                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS)
                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1196. Observation.code.coding:coreLaboJLAC11/d-bil.display
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                          Fixed ValueD-Bil
                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1198. Observation.code.coding:coreLaboJLAC11/d-bil.userSelected
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1200. Observation.code.coding:coreLaboJLAC10/wbc
                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/wbc
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          1202. Observation.code.coding:coreLaboJLAC10/wbc.id
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          1204. Observation.code.coding:coreLaboJLAC10/wbc.extension
                                                                                                                                                                                                          Definition

                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                          Comments

                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                          • 1206. Observation.code.coding:coreLaboJLAC10/wbc.system
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1208. Observation.code.coding:coreLaboJLAC10/wbc.version
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1210. Observation.code.coding:coreLaboJLAC10/wbc.code
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: WBC ValueSet (JLAC10)
                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS)
                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1212. Observation.code.coding:coreLaboJLAC10/wbc.display
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                            Fixed ValueWBC
                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1214. Observation.code.coding:coreLaboJLAC10/wbc.userSelected
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1216. Observation.code.coding:coreLaboJLAC11/wbc
                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/wbc
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            1218. Observation.code.coding:coreLaboJLAC11/wbc.id
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            1220. Observation.code.coding:coreLaboJLAC11/wbc.extension
                                                                                                                                                                                                            Definition

                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                            Comments

                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                            • 1222. Observation.code.coding:coreLaboJLAC11/wbc.system
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1224. Observation.code.coding:coreLaboJLAC11/wbc.version
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1226. Observation.code.coding:coreLaboJLAC11/wbc.code
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: WBC ValueSet (JLAC11)
                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS)
                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1228. Observation.code.coding:coreLaboJLAC11/wbc.display
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                              Fixed ValueWBC
                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1230. Observation.code.coding:coreLaboJLAC11/wbc.userSelected
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1232. Observation.code.coding:coreLaboJLAC10/rbc
                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/rbc
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              1234. Observation.code.coding:coreLaboJLAC10/rbc.id
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              1236. Observation.code.coding:coreLaboJLAC10/rbc.extension
                                                                                                                                                                                                              Definition

                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                              Comments

                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                              • 1238. Observation.code.coding:coreLaboJLAC10/rbc.system
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1240. Observation.code.coding:coreLaboJLAC10/rbc.version
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1242. Observation.code.coding:coreLaboJLAC10/rbc.code
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: RBC ValueSet (JLAC10)
                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS)
                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1244. Observation.code.coding:coreLaboJLAC10/rbc.display
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                Fixed ValueRBC
                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1246. Observation.code.coding:coreLaboJLAC10/rbc.userSelected
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1248. Observation.code.coding:coreLaboJLAC11/rbc
                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/rbc
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                1250. Observation.code.coding:coreLaboJLAC11/rbc.id
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                1252. Observation.code.coding:coreLaboJLAC11/rbc.extension
                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                • 1254. Observation.code.coding:coreLaboJLAC11/rbc.system
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1256. Observation.code.coding:coreLaboJLAC11/rbc.version
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1258. Observation.code.coding:coreLaboJLAC11/rbc.code
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: RBC ValueSet (JLAC11)
                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS)
                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1260. Observation.code.coding:coreLaboJLAC11/rbc.display
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                  Fixed ValueRBC
                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1262. Observation.code.coding:coreLaboJLAC11/rbc.userSelected
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1264. Observation.code.coding:coreLaboJLAC10/hb
                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/hb
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  1266. Observation.code.coding:coreLaboJLAC10/hb.id
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  1268. Observation.code.coding:coreLaboJLAC10/hb.extension
                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                  • 1270. Observation.code.coding:coreLaboJLAC10/hb.system
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1272. Observation.code.coding:coreLaboJLAC10/hb.version
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1274. Observation.code.coding:coreLaboJLAC10/hb.code
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: Hb ValueSet (JLAC10)
                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hb_VS)
                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1276. Observation.code.coding:coreLaboJLAC10/hb.display
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                    Fixed ValueHb
                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1278. Observation.code.coding:coreLaboJLAC10/hb.userSelected
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1280. Observation.code.coding:coreLaboJLAC11/hb
                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/hb
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    1282. Observation.code.coding:coreLaboJLAC11/hb.id
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    1284. Observation.code.coding:coreLaboJLAC11/hb.extension
                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                    • 1286. Observation.code.coding:coreLaboJLAC11/hb.system
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1288. Observation.code.coding:coreLaboJLAC11/hb.version
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1290. Observation.code.coding:coreLaboJLAC11/hb.code
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: Hb ValueSet (JLAC11)
                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hb_VS)
                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1292. Observation.code.coding:coreLaboJLAC11/hb.display
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                      Fixed ValueHb
                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1294. Observation.code.coding:coreLaboJLAC11/hb.userSelected
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1296. Observation.code.coding:coreLaboJLAC10/plt
                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/plt
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      1298. Observation.code.coding:coreLaboJLAC10/plt.id
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      1300. Observation.code.coding:coreLaboJLAC10/plt.extension
                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                      • 1302. Observation.code.coding:coreLaboJLAC10/plt.system
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1304. Observation.code.coding:coreLaboJLAC10/plt.version
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1306. Observation.code.coding:coreLaboJLAC10/plt.code
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: PLT ValueSet (JLAC10)
                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_plt_VS)
                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1308. Observation.code.coding:coreLaboJLAC10/plt.display
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                        Fixed ValuePLT
                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1310. Observation.code.coding:coreLaboJLAC10/plt.userSelected
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1312. Observation.code.coding:coreLaboJLAC11/plt
                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/plt
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        1314. Observation.code.coding:coreLaboJLAC11/plt.id
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        1316. Observation.code.coding:coreLaboJLAC11/plt.extension
                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                        • 1318. Observation.code.coding:coreLaboJLAC11/plt.system
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1320. Observation.code.coding:coreLaboJLAC11/plt.version
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1322. Observation.code.coding:coreLaboJLAC11/plt.code
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: PLT ValueSet (JLAC11)
                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_plt_VS)
                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1324. Observation.code.coding:coreLaboJLAC11/plt.display
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                          Fixed ValuePLT
                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1326. Observation.code.coding:coreLaboJLAC11/plt.userSelected
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1328. Observation.code.coding:coreLaboJLAC10/aptt
                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/aptt
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          1330. Observation.code.coding:coreLaboJLAC10/aptt.id
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          1332. Observation.code.coding:coreLaboJLAC10/aptt.extension
                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                          • 1334. Observation.code.coding:coreLaboJLAC10/aptt.system
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1336. Observation.code.coding:coreLaboJLAC10/aptt.version
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1338. Observation.code.coding:coreLaboJLAC10/aptt.code
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: APTT ValueSet (JLAC10)
                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS)
                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1340. Observation.code.coding:coreLaboJLAC10/aptt.display
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                            Fixed ValueAPTT
                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1342. Observation.code.coding:coreLaboJLAC10/aptt.userSelected
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1344. Observation.code.coding:coreLaboJLAC11/aptt
                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/aptt
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            1346. Observation.code.coding:coreLaboJLAC11/aptt.id
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            1348. Observation.code.coding:coreLaboJLAC11/aptt.extension
                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                            • 1350. Observation.code.coding:coreLaboJLAC11/aptt.system
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1352. Observation.code.coding:coreLaboJLAC11/aptt.version
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1354. Observation.code.coding:coreLaboJLAC11/aptt.code
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: APTT ValueSet (JLAC11)
                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS)
                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1356. Observation.code.coding:coreLaboJLAC11/aptt.display
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                              Fixed ValueAPTT
                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1358. Observation.code.coding:coreLaboJLAC11/aptt.userSelected
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1360. Observation.code.coding:coreLaboJLAC10/pt-sec
                                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/pt-sec
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              1362. Observation.code.coding:coreLaboJLAC10/pt-sec.id
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              1364. Observation.code.coding:coreLaboJLAC10/pt-sec.extension
                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                              • 1366. Observation.code.coding:coreLaboJLAC10/pt-sec.system
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1368. Observation.code.coding:coreLaboJLAC10/pt-sec.version
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1370. Observation.code.coding:coreLaboJLAC10/pt-sec.code
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: PT-sec ValueSet (JLAC10)
                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS)
                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1372. Observation.code.coding:coreLaboJLAC10/pt-sec.display
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                Fixed ValuePT-秒
                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1374. Observation.code.coding:coreLaboJLAC10/pt-sec.userSelected
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1376. Observation.code.coding:coreLaboJLAC11/pt-sec
                                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/pt-sec
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                1378. Observation.code.coding:coreLaboJLAC11/pt-sec.id
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                1380. Observation.code.coding:coreLaboJLAC11/pt-sec.extension
                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                • 1382. Observation.code.coding:coreLaboJLAC11/pt-sec.system
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1384. Observation.code.coding:coreLaboJLAC11/pt-sec.version
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1386. Observation.code.coding:coreLaboJLAC11/pt-sec.code
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: PT-sec ValueSet (JLAC11)
                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS)
                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1388. Observation.code.coding:coreLaboJLAC11/pt-sec.display
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                  Fixed ValuePT-秒
                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1390. Observation.code.coding:coreLaboJLAC11/pt-sec.userSelected
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1392. Observation.code.coding:coreLaboJLAC10/pt-ratio
                                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/pt-ratio
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  1394. Observation.code.coding:coreLaboJLAC10/pt-ratio.id
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  1396. Observation.code.coding:coreLaboJLAC10/pt-ratio.extension
                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                  • 1398. Observation.code.coding:coreLaboJLAC10/pt-ratio.system
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1400. Observation.code.coding:coreLaboJLAC10/pt-ratio.version
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1402. Observation.code.coding:coreLaboJLAC10/pt-ratio.code
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: PT-ratio ValueSet (JLAC10)
                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS)
                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1404. Observation.code.coding:coreLaboJLAC10/pt-ratio.display
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                    Fixed ValuePT比
                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1406. Observation.code.coding:coreLaboJLAC10/pt-ratio.userSelected
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1408. Observation.code.coding:coreLaboJLAC11/pt-ratio
                                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/pt-ratio
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    1410. Observation.code.coding:coreLaboJLAC11/pt-ratio.id
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    1412. Observation.code.coding:coreLaboJLAC11/pt-ratio.extension
                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                    • 1414. Observation.code.coding:coreLaboJLAC11/pt-ratio.system
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1416. Observation.code.coding:coreLaboJLAC11/pt-ratio.version
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1418. Observation.code.coding:coreLaboJLAC11/pt-ratio.code
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: PT-ratio ValueSet (JLAC11)
                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS)
                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1420. Observation.code.coding:coreLaboJLAC11/pt-ratio.display
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                      Fixed ValuePT比
                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1422. Observation.code.coding:coreLaboJLAC11/pt-ratio.userSelected
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1424. Observation.code.coding:coreLaboJLAC10/pt-act
                                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/pt-act
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      1426. Observation.code.coding:coreLaboJLAC10/pt-act.id
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      1428. Observation.code.coding:coreLaboJLAC10/pt-act.extension
                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                      • 1430. Observation.code.coding:coreLaboJLAC10/pt-act.system
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1432. Observation.code.coding:coreLaboJLAC10/pt-act.version
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1434. Observation.code.coding:coreLaboJLAC10/pt-act.code
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: PT-act ValueSet (JLAC10)
                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS)
                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1436. Observation.code.coding:coreLaboJLAC10/pt-act.display
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                        Fixed ValuePT-活性%
                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1438. Observation.code.coding:coreLaboJLAC10/pt-act.userSelected
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1440. Observation.code.coding:coreLaboJLAC11/pt-act
                                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/pt-act
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        1442. Observation.code.coding:coreLaboJLAC11/pt-act.id
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        1444. Observation.code.coding:coreLaboJLAC11/pt-act.extension
                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                        • 1446. Observation.code.coding:coreLaboJLAC11/pt-act.system
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1448. Observation.code.coding:coreLaboJLAC11/pt-act.version
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1450. Observation.code.coding:coreLaboJLAC11/pt-act.code
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: PT-act ValueSet (JLAC11)
                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS)
                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1452. Observation.code.coding:coreLaboJLAC11/pt-act.display
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                          Fixed ValuePT-活性%
                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1454. Observation.code.coding:coreLaboJLAC11/pt-act.userSelected
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1456. Observation.code.coding:coreLaboJLAC10/pt-inr
                                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/pt-inr
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          1458. Observation.code.coding:coreLaboJLAC10/pt-inr.id
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          1460. Observation.code.coding:coreLaboJLAC10/pt-inr.extension
                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                          • 1462. Observation.code.coding:coreLaboJLAC10/pt-inr.system
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1464. Observation.code.coding:coreLaboJLAC10/pt-inr.version
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1466. Observation.code.coding:coreLaboJLAC10/pt-inr.code
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: PT-INR ValueSet (JLAC10)
                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS)
                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1468. Observation.code.coding:coreLaboJLAC10/pt-inr.display
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                            Fixed ValuePT-INR
                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1470. Observation.code.coding:coreLaboJLAC10/pt-inr.userSelected
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1472. Observation.code.coding:coreLaboJLAC11/pt-inr
                                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/pt-inr
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            1474. Observation.code.coding:coreLaboJLAC11/pt-inr.id
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            1476. Observation.code.coding:coreLaboJLAC11/pt-inr.extension
                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                            • 1478. Observation.code.coding:coreLaboJLAC11/pt-inr.system
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1480. Observation.code.coding:coreLaboJLAC11/pt-inr.version
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1482. Observation.code.coding:coreLaboJLAC11/pt-inr.code
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: PT-INR ValueSet (JLAC11)
                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS)
                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1484. Observation.code.coding:coreLaboJLAC11/pt-inr.display
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                              Fixed ValuePT-INR
                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1486. Observation.code.coding:coreLaboJLAC11/pt-inr.userSelected
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1488. Observation.code.coding:coreLaboJLAC10/dd
                                                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/dd
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              1490. Observation.code.coding:coreLaboJLAC10/dd.id
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              1492. Observation.code.coding:coreLaboJLAC10/dd.extension
                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                              • 1494. Observation.code.coding:coreLaboJLAC10/dd.system
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1496. Observation.code.coding:coreLaboJLAC10/dd.version
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1498. Observation.code.coding:coreLaboJLAC10/dd.code
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: DD ValueSet (JLAC10)
                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_VS)
                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1500. Observation.code.coding:coreLaboJLAC10/dd.display
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                Fixed ValueDD
                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1502. Observation.code.coding:coreLaboJLAC10/dd.userSelected
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1504. Observation.code.coding:coreLaboJLAC11/dd
                                                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/dd
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                1506. Observation.code.coding:coreLaboJLAC11/dd.id
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                1508. Observation.code.coding:coreLaboJLAC11/dd.extension
                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                • 1510. Observation.code.coding:coreLaboJLAC11/dd.system
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1512. Observation.code.coding:coreLaboJLAC11/dd.version
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1514. Observation.code.coding:coreLaboJLAC11/dd.code
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: DD ValueSet (JLAC11)
                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_VS)
                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1516. Observation.code.coding:coreLaboJLAC11/dd.display
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                  Fixed ValueDD
                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1518. Observation.code.coding:coreLaboJLAC11/dd.userSelected
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1520. Observation.code.coding:coreLaboJLAC10/dd-class
                                                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/dd-class
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  1522. Observation.code.coding:coreLaboJLAC10/dd-class.id
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  1524. Observation.code.coding:coreLaboJLAC10/dd-class.extension
                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                  • 1526. Observation.code.coding:coreLaboJLAC10/dd-class.system
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    1528. Observation.code.coding:coreLaboJLAC10/dd-class.version
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    1530. Observation.code.coding:coreLaboJLAC10/dd-class.code
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: DD-class ValueSet (JLAC10)
                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS)
                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    1532. Observation.code.coding:coreLaboJLAC10/dd-class.display
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                    Fixed ValueDD-定性
                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    1534. Observation.code.coding:coreLaboJLAC10/dd-class.userSelected
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    1536. Observation.code.coding:coreLaboJLAC11/dd-class
                                                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/dd-class
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    1538. Observation.code.coding:coreLaboJLAC11/dd-class.id
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    1540. Observation.code.coding:coreLaboJLAC11/dd-class.extension
                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                    • 1542. Observation.code.coding:coreLaboJLAC11/dd-class.system
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      1544. Observation.code.coding:coreLaboJLAC11/dd-class.version
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      1546. Observation.code.coding:coreLaboJLAC11/dd-class.code
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: DD ValueSet (JLAC11)
                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS)
                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      1548. Observation.code.coding:coreLaboJLAC11/dd-class.display
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                      Fixed ValueDD-定性
                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      1550. Observation.code.coding:coreLaboJLAC11/dd-class.userSelected
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      1552. Observation.code.coding:coreLaboJLAC10/utp
                                                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/utp
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      1554. Observation.code.coding:coreLaboJLAC10/utp.id
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      1556. Observation.code.coding:coreLaboJLAC10/utp.extension
                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                      • 1558. Observation.code.coding:coreLaboJLAC10/utp.system
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        1560. Observation.code.coding:coreLaboJLAC10/utp.version
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        1562. Observation.code.coding:coreLaboJLAC10/utp.code
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: U-TP 尿蛋⽩(定性)ValueSet (JLAC10)
                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_VS)
                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        1564. Observation.code.coding:coreLaboJLAC10/utp.display
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                        Fixed ValueU-TP
                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        1566. Observation.code.coding:coreLaboJLAC10/utp.userSelected
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        1568. Observation.code.coding:coreLaboJLAC11/utp
                                                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/utp
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        1570. Observation.code.coding:coreLaboJLAC11/utp.id
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        1572. Observation.code.coding:coreLaboJLAC11/utp.extension
                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                        • 1574. Observation.code.coding:coreLaboJLAC11/utp.system
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          1576. Observation.code.coding:coreLaboJLAC11/utp.version
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          1578. Observation.code.coding:coreLaboJLAC11/utp.code
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: U-TP 尿蛋⽩(定性)ValueSet (JLAC11)
                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_VS)
                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          1580. Observation.code.coding:coreLaboJLAC11/utp.display
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                          Fixed ValueU-TP
                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          1582. Observation.code.coding:coreLaboJLAC11/utp.userSelected
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          1584. Observation.code.coding:coreLaboJLAC10/utp-HalfQty
                                                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/utp-HalfQty
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          1586. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.id
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          1588. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.extension
                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                          • 1590. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.system
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            1592. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.version
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            1594. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.code
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: U-TP-半定量 ValueSet (JLAC10)
                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS)
                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            1596. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.display
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                            Fixed ValueU-TP-半定量
                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            1598. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.userSelected
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            1600. Observation.code.coding:coreLaboJLAC11/utp-HalfQty
                                                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/utp-HalfQty
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            1602. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.id
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            1604. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.extension
                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                            • 1606. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.system
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              1608. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.version
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              1610. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.code
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: U-TP-半定量 ValueSet (JLAC11)
                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS)
                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              1612. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.display
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                              Fixed ValueU-TP-半定量
                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              1614. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.userSelected
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              1616. Observation.code.coding:coreLaboJLAC10/u-glu
                                                                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/u-glu
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              1618. Observation.code.coding:coreLaboJLAC10/u-glu.id
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              1620. Observation.code.coding:coreLaboJLAC10/u-glu.extension
                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                              • 1622. Observation.code.coding:coreLaboJLAC10/u-glu.system
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                1624. Observation.code.coding:coreLaboJLAC10/u-glu.version
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                1626. Observation.code.coding:coreLaboJLAC10/u-glu.code
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: U-Glu 尿糖(定性)ValueSet (JLAC10)
                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS)
                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                1628. Observation.code.coding:coreLaboJLAC10/u-glu.display
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                Fixed ValueU-Glu
                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                1630. Observation.code.coding:coreLaboJLAC10/u-glu.userSelected
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                1632. Observation.code.coding:coreLaboJLAC11/u-glu
                                                                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/u-glu
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                1634. Observation.code.coding:coreLaboJLAC11/u-glu.id
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                1636. Observation.code.coding:coreLaboJLAC11/u-glu.extension
                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                • 1638. Observation.code.coding:coreLaboJLAC11/u-glu.system
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  1640. Observation.code.coding:coreLaboJLAC11/u-glu.version
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  1642. Observation.code.coding:coreLaboJLAC11/u-glu.code
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: U-Glu 尿糖(定性)ValueSet (JLAC11)
                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS)
                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  1644. Observation.code.coding:coreLaboJLAC11/u-glu.display
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                  Fixed ValueU-Glu
                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  1646. Observation.code.coding:coreLaboJLAC11/u-glu.userSelected
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  1648. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty
                                                                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/u-glu-HalfQty
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  1650. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.id
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  1652. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.extension
                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                  • 1654. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.system
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    1656. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.version
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    1658. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.code
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: U-Glu-HalfQty 尿糖(半定量)  ValueSet (JLAC10)
                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS)
                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    1660. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.display
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                    Fixed ValueU-Glu-半定量
                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    1662. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.userSelected
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    1664. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty
                                                                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/u-glu-HalfQty
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    1666. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.id
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    1668. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.extension
                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                    • 1670. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.system
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      1672. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.version
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      1674. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.code
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: U-Glu-HalfQty 尿糖(半定量)  ValueSet (JLAC11)
                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS)
                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      1676. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.display
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                      Fixed ValueU-Glu-半定量
                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      1678. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.userSelected
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      1680. Observation.code.coding:coreLaboJLAC10/u-bld
                                                                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/u-bld
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      1682. Observation.code.coding:coreLaboJLAC10/u-bld.id
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      1684. Observation.code.coding:coreLaboJLAC10/u-bld.extension
                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                      • 1686. Observation.code.coding:coreLaboJLAC10/u-bld.system
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        1688. Observation.code.coding:coreLaboJLAC10/u-bld.version
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        1690. Observation.code.coding:coreLaboJLAC10/u-bld.code
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: U-Bld ValueSet (JLAC10)
                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS)
                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        1692. Observation.code.coding:coreLaboJLAC10/u-bld.display
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                        Fixed ValueU-Bld
                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        1694. Observation.code.coding:coreLaboJLAC10/u-bld.userSelected
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        1696. Observation.code.coding:coreLaboJLAC11/u-bld
                                                                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/u-bld
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        1698. Observation.code.coding:coreLaboJLAC11/u-bld.id
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        1700. Observation.code.coding:coreLaboJLAC11/u-bld.extension
                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                        • 1702. Observation.code.coding:coreLaboJLAC11/u-bld.system
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1704. Observation.code.coding:coreLaboJLAC11/u-bld.version
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1706. Observation.code.coding:coreLaboJLAC11/u-bld.code
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: U-Bld ValueSet (JLAC11)
                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS)
                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1708. Observation.code.coding:coreLaboJLAC11/u-bld.display
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                          Fixed ValueU-Bld
                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1710. Observation.code.coding:coreLaboJLAC11/u-bld.userSelected
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1712. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty
                                                                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/u-bld-HalfQty
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          1714. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.id
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          1716. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.extension
                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                          • 1718. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.system
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1720. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.version
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1722. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.code
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: U-Bld-半定量 ValueSet (JLAC10)
                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS)
                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1724. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.display
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                            Fixed ValueU-Bld-半定量
                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1726. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.userSelected
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1728. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty
                                                                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/u-bld-HalfQty
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            1730. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.id
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            1732. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.extension
                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                            • 1734. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.system
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1736. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.version
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1738. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.code
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: U-Bld-半定量 ValueSet (JLAC11)
                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS)
                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1740. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.display
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                              Fixed ValueU-Bld-半定量
                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1742. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.userSelected
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1744. Observation.code.coding:coreLaboJLAC10/u-pc
                                                                                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/u-pc
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              1746. Observation.code.coding:coreLaboJLAC10/u-pc.id
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              1748. Observation.code.coding:coreLaboJLAC10/u-pc.extension
                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                              • 1750. Observation.code.coding:coreLaboJLAC10/u-pc.system
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1752. Observation.code.coding:coreLaboJLAC10/u-pc.version
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1754. Observation.code.coding:coreLaboJLAC10/u-pc.code
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: U-P/C ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_VS)
                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1756. Observation.code.coding:coreLaboJLAC10/u-pc.display
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                Fixed ValueU-P/C
                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1758. Observation.code.coding:coreLaboJLAC10/u-pc.userSelected
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1760. Observation.code.coding:coreLaboJLAC11/u-pc
                                                                                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/u-pc
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                1762. Observation.code.coding:coreLaboJLAC11/u-pc.id
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                1764. Observation.code.coding:coreLaboJLAC11/u-pc.extension
                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                • 1766. Observation.code.coding:coreLaboJLAC11/u-pc.system
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1768. Observation.code.coding:coreLaboJLAC11/u-pc.version
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1770. Observation.code.coding:coreLaboJLAC11/u-pc.code
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: U-P/C ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_VS)
                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1772. Observation.code.coding:coreLaboJLAC11/u-pc.display
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                  Fixed ValueU-P/C
                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1774. Observation.code.coding:coreLaboJLAC11/u-pc.userSelected
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1776. Observation.code.coding:coreLaboJLAC10/u-ac
                                                                                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/u-ac
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  1778. Observation.code.coding:coreLaboJLAC10/u-ac.id
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  1780. Observation.code.coding:coreLaboJLAC10/u-ac.extension
                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                  • 1782. Observation.code.coding:coreLaboJLAC10/u-ac.system
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1784. Observation.code.coding:coreLaboJLAC10/u-ac.version
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1786. Observation.code.coding:coreLaboJLAC10/u-ac.code
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: U-A/C ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_VS)
                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1788. Observation.code.coding:coreLaboJLAC10/u-ac.display
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                    Fixed ValueU-A/C
                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1790. Observation.code.coding:coreLaboJLAC10/u-ac.userSelected
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1792. Observation.code.coding:coreLaboJLAC11/u-ac
                                                                                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/u-ac
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    1794. Observation.code.coding:coreLaboJLAC11/u-ac.id
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    1796. Observation.code.coding:coreLaboJLAC11/u-ac.extension
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                    • 1798. Observation.code.coding:coreLaboJLAC11/u-ac.system
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1800. Observation.code.coding:coreLaboJLAC11/u-ac.version
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1802. Observation.code.coding:coreLaboJLAC11/u-ac.code
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: U-A/C ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_VS)
                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1804. Observation.code.coding:coreLaboJLAC11/u-ac.display
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                      Fixed ValueU-A/C
                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1806. Observation.code.coding:coreLaboJLAC11/u-ac.userSelected
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1808. Observation.code.coding:coreLaboJLAC10/bnp
                                                                                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/bnp
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      1810. Observation.code.coding:coreLaboJLAC10/bnp.id
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      1812. Observation.code.coding:coreLaboJLAC10/bnp.extension
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                      • 1814. Observation.code.coding:coreLaboJLAC10/bnp.system
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1816. Observation.code.coding:coreLaboJLAC10/bnp.version
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1818. Observation.code.coding:coreLaboJLAC10/bnp.code
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: BNP ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS)
                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1820. Observation.code.coding:coreLaboJLAC10/bnp.display
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                        Fixed ValueBNP
                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1822. Observation.code.coding:coreLaboJLAC10/bnp.userSelected
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1824. Observation.code.coding:coreLaboJLAC11/bnp
                                                                                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/bnp
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        1826. Observation.code.coding:coreLaboJLAC11/bnp.id
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        1828. Observation.code.coding:coreLaboJLAC11/bnp.extension
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                        • 1830. Observation.code.coding:coreLaboJLAC11/bnp.system
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1832. Observation.code.coding:coreLaboJLAC11/bnp.version
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1834. Observation.code.coding:coreLaboJLAC11/bnp.code
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: BNP ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS)
                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1836. Observation.code.coding:coreLaboJLAC11/bnp.display
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                          Fixed ValueBNP
                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1838. Observation.code.coding:coreLaboJLAC11/bnp.userSelected
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1840. Observation.code.coding:coreLaboJLAC10/nt-probnp
                                                                                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/nt-probnp
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          1842. Observation.code.coding:coreLaboJLAC10/nt-probnp.id
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          1844. Observation.code.coding:coreLaboJLAC10/nt-probnp.extension
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                          • 1846. Observation.code.coding:coreLaboJLAC10/nt-probnp.system
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1848. Observation.code.coding:coreLaboJLAC10/nt-probnp.version
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1850. Observation.code.coding:coreLaboJLAC10/nt-probnp.code
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: NT-proBNP ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS)
                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1852. Observation.code.coding:coreLaboJLAC10/nt-probnp.display
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                            Fixed ValueNT-proBNP
                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1854. Observation.code.coding:coreLaboJLAC10/nt-probnp.userSelected
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1856. Observation.code.coding:coreLaboJLAC11/nt-probnp
                                                                                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/nt-probnp
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            1858. Observation.code.coding:coreLaboJLAC11/nt-probnp.id
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            1860. Observation.code.coding:coreLaboJLAC11/nt-probnp.extension
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                            • 1862. Observation.code.coding:coreLaboJLAC11/nt-probnp.system
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1864. Observation.code.coding:coreLaboJLAC11/nt-probnp.version
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1866. Observation.code.coding:coreLaboJLAC11/nt-probnp.code
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: NT-proBNP ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS)
                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1868. Observation.code.coding:coreLaboJLAC11/nt-probnp.display
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                              Fixed ValueNT-proBNP
                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1870. Observation.code.coding:coreLaboJLAC11/nt-probnp.userSelected
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1872. Observation.code.coding:coreLaboJLAC10/crp
                                                                                                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/crp
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              1874. Observation.code.coding:coreLaboJLAC10/crp.id
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              1876. Observation.code.coding:coreLaboJLAC10/crp.extension
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                              • 1878. Observation.code.coding:coreLaboJLAC10/crp.system
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1880. Observation.code.coding:coreLaboJLAC10/crp.version
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1882. Observation.code.coding:coreLaboJLAC10/crp.code
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS: CRP ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_VS)
                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1884. Observation.code.coding:coreLaboJLAC10/crp.display
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                Fixed ValueCRP
                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1886. Observation.code.coding:coreLaboJLAC10/crp.userSelected
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1888. Observation.code.coding:coreLaboJLAC11/crp
                                                                                                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/crp
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                1890. Observation.code.coding:coreLaboJLAC11/crp.id
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                1892. Observation.code.coding:coreLaboJLAC11/crp.extension
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                • 1894. Observation.code.coding:coreLaboJLAC11/crp.system
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  1896. Observation.code.coding:coreLaboJLAC11/crp.version
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  1898. Observation.code.coding:coreLaboJLAC11/crp.code
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS: CRP ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_VS)
                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  1900. Observation.code.coding:coreLaboJLAC11/crp.display
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                  Fixed ValueCRP
                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  1902. Observation.code.coding:coreLaboJLAC11/crp.userSelected
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  1904. Observation.code.coding:coreLaboJLAC10/crp-class
                                                                                                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/crp-class
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  1906. Observation.code.coding:coreLaboJLAC10/crp-class.id
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  1908. Observation.code.coding:coreLaboJLAC10/crp-class.extension
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                  • 1910. Observation.code.coding:coreLaboJLAC10/crp-class.system
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    1912. Observation.code.coding:coreLaboJLAC10/crp-class.version
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    1914. Observation.code.coding:coreLaboJLAC10/crp-class.code
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS: CRP-class ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS)
                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    1916. Observation.code.coding:coreLaboJLAC10/crp-class.display
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                    Fixed ValueCRP-class
                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    1918. Observation.code.coding:coreLaboJLAC10/crp-class.userSelected
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    1920. Observation.code.coding:coreLaboJLAC11/crp-class
                                                                                                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/crp-class
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    1922. Observation.code.coding:coreLaboJLAC11/crp-class.id
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                    1924. Observation.code.coding:coreLaboJLAC11/crp-class.extension
                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                    • 1926. Observation.code.coding:coreLaboJLAC11/crp-class.system
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      1928. Observation.code.coding:coreLaboJLAC11/crp-class.version
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      1930. Observation.code.coding:coreLaboJLAC11/crp-class.code
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS: CRP-class ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS)
                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      1932. Observation.code.coding:coreLaboJLAC11/crp-class.display
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                      Fixed ValueCRP-class
                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      1934. Observation.code.coding:coreLaboJLAC11/crp-class.userSelected
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      1936. Observation.code.coding:coreLaboJLAC10/abo-bld
                                                                                                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/abo-bld
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      1938. Observation.code.coding:coreLaboJLAC10/abo-bld.id
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                      1940. Observation.code.coding:coreLaboJLAC10/abo-bld.extension
                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                      • 1942. Observation.code.coding:coreLaboJLAC10/abo-bld.system
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        1944. Observation.code.coding:coreLaboJLAC10/abo-bld.version
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        1946. Observation.code.coding:coreLaboJLAC10/abo-bld.code
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS: ABO-BLD ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS)
                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        1948. Observation.code.coding:coreLaboJLAC10/abo-bld.display
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                        Fixed Value血液型-ABO
                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        1950. Observation.code.coding:coreLaboJLAC10/abo-bld.userSelected
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        1952. Observation.code.coding:coreLaboJLAC11/abo-bld
                                                                                                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/abo-bld
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        1954. Observation.code.coding:coreLaboJLAC11/abo-bld.id
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                        1956. Observation.code.coding:coreLaboJLAC11/abo-bld.extension
                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                        • 1958. Observation.code.coding:coreLaboJLAC11/abo-bld.system
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          1960. Observation.code.coding:coreLaboJLAC11/abo-bld.version
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          1962. Observation.code.coding:coreLaboJLAC11/abo-bld.code
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS: ABO-BLD ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS)
                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          1964. Observation.code.coding:coreLaboJLAC11/abo-bld.display
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                          Fixed Value血液型-ABO
                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          1966. Observation.code.coding:coreLaboJLAC11/abo-bld.userSelected
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          1968. Observation.code.coding:coreLaboJLAC10/rh-bld
                                                                                                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/rh-bld
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          1970. Observation.code.coding:coreLaboJLAC10/rh-bld.id
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                          1972. Observation.code.coding:coreLaboJLAC10/rh-bld.extension
                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                          • 1974. Observation.code.coding:coreLaboJLAC10/rh-bld.system
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            1976. Observation.code.coding:coreLaboJLAC10/rh-bld.version
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            1978. Observation.code.coding:coreLaboJLAC10/rh-bld.code
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS: Rh-BLD ValueSet (JLAC10)
                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS)
                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            1980. Observation.code.coding:coreLaboJLAC10/rh-bld.display
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                            Fixed Value血液型-Rh
                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            1982. Observation.code.coding:coreLaboJLAC10/rh-bld.userSelected
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            1984. Observation.code.coding:coreLaboJLAC11/rh-bld
                                                                                                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/rh-bld
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            1986. Observation.code.coding:coreLaboJLAC11/rh-bld.id
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                            1988. Observation.code.coding:coreLaboJLAC11/rh-bld.extension
                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                            • 1990. Observation.code.coding:coreLaboJLAC11/rh-bld.system
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              1992. Observation.code.coding:coreLaboJLAC11/rh-bld.version
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              1994. Observation.code.coding:coreLaboJLAC11/rh-bld.code
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS: Rh-BLD ValueSet (JLAC11)
                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS)
                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              1996. Observation.code.coding:coreLaboJLAC11/rh-bld.display
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                              Fixed Value血液型-Rh
                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              1998. Observation.code.coding:coreLaboJLAC11/rh-bld.userSelected
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              2000. Observation.code.coding:infectionLaboJLAC10/stsqlresult
                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/stsqlresult
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              2002. Observation.code.coding:infectionLaboJLAC10/stsqlresult.id
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                              2004. Observation.code.coding:infectionLaboJLAC10/stsqlresult.extension
                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                              • 2006. Observation.code.coding:infectionLaboJLAC10/stsqlresult.system
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2008. Observation.code.coding:infectionLaboJLAC10/stsqlresult.version
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2010. Observation.code.coding:infectionLaboJLAC10/stsqlresult.code
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒STS(定性)
                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS)
                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2012. Observation.code.coding:infectionLaboJLAC10/stsqlresult.display
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                Fixed Value梅毒STS(定性)
                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2014. Observation.code.coding:infectionLaboJLAC10/stsqlresult.userSelected
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2016. Observation.code.coding:infectionLaboJLAC11/stsqlresult
                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/stsqlresult
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                2018. Observation.code.coding:infectionLaboJLAC11/stsqlresult.id
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                2020. Observation.code.coding:infectionLaboJLAC11/stsqlresult.extension
                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                • 2022. Observation.code.coding:infectionLaboJLAC11/stsqlresult.system
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2024. Observation.code.coding:infectionLaboJLAC11/stsqlresult.version
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2026. Observation.code.coding:infectionLaboJLAC11/stsqlresult.code
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒STS(定性)
                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS)
                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2028. Observation.code.coding:infectionLaboJLAC11/stsqlresult.display
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                  Fixed Value梅毒STS(定性)
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2030. Observation.code.coding:infectionLaboJLAC11/stsqlresult.userSelected
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2032. Observation.code.coding:infectionLaboJLAC10/stsquant
                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/stsquant
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  2034. Observation.code.coding:infectionLaboJLAC10/stsquant.id
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                  2036. Observation.code.coding:infectionLaboJLAC10/stsquant.extension
                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                  • 2038. Observation.code.coding:infectionLaboJLAC10/stsquant.system
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2040. Observation.code.coding:infectionLaboJLAC10/stsquant.version
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2042. Observation.code.coding:infectionLaboJLAC10/stsquant.code
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒STS(定量)
                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS)
                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2044. Observation.code.coding:infectionLaboJLAC10/stsquant.display
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                    Fixed Value梅毒STS(定量)
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2046. Observation.code.coding:infectionLaboJLAC10/stsquant.userSelected
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2048. Observation.code.coding:infectionLaboJLAC11/stsquant
                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/stsquant
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    2050. Observation.code.coding:infectionLaboJLAC11/stsquant.id
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                    2052. Observation.code.coding:infectionLaboJLAC11/stsquant.extension
                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                    • 2054. Observation.code.coding:infectionLaboJLAC11/stsquant.system
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2056. Observation.code.coding:infectionLaboJLAC11/stsquant.version
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2058. Observation.code.coding:infectionLaboJLAC11/stsquant.code
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒STS(定量)
                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS)
                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2060. Observation.code.coding:infectionLaboJLAC11/stsquant.display
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                      Fixed Value梅毒STS(定量)
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2062. Observation.code.coding:infectionLaboJLAC11/stsquant.userSelected
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2064. Observation.code.coding:infectionLaboJLAC10/tpresult
                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/tpresult
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      2066. Observation.code.coding:infectionLaboJLAC10/tpresult.id
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                      2068. Observation.code.coding:infectionLaboJLAC10/tpresult.extension
                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                      • 2070. Observation.code.coding:infectionLaboJLAC10/tpresult.system
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2072. Observation.code.coding:infectionLaboJLAC10/tpresult.version
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2074. Observation.code.coding:infectionLaboJLAC10/tpresult.code
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定性)
                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS)
                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2076. Observation.code.coding:infectionLaboJLAC10/tpresult.display
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                        Fixed Value梅毒TP抗体(定性)
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2078. Observation.code.coding:infectionLaboJLAC10/tpresult.userSelected
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2080. Observation.code.coding:infectionLaboJLAC11/tpresult
                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/tpresult
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        2082. Observation.code.coding:infectionLaboJLAC11/tpresult.id
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                        2084. Observation.code.coding:infectionLaboJLAC11/tpresult.extension
                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                        • 2086. Observation.code.coding:infectionLaboJLAC11/tpresult.system
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2088. Observation.code.coding:infectionLaboJLAC11/tpresult.version
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2090. Observation.code.coding:infectionLaboJLAC11/tpresult.code
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定性)
                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS)
                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2092. Observation.code.coding:infectionLaboJLAC11/tpresult.display
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                          Fixed Value梅毒TP抗体(定性)
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2094. Observation.code.coding:infectionLaboJLAC11/tpresult.userSelected
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2096. Observation.code.coding:infectionLaboJLAC10/tpposcoi
                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/tpposcoi
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          2098. Observation.code.coding:infectionLaboJLAC10/tpposcoi.id
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                          2100. Observation.code.coding:infectionLaboJLAC10/tpposcoi.extension
                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                          • 2102. Observation.code.coding:infectionLaboJLAC10/tpposcoi.system
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2104. Observation.code.coding:infectionLaboJLAC10/tpposcoi.version
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2106. Observation.code.coding:infectionLaboJLAC10/tpposcoi.code
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定量、陽性コントロール比)
                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2108. Observation.code.coding:infectionLaboJLAC10/tpposcoi.display
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                            Fixed Value梅毒TP抗体(定量、陽性コントロール比)
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2110. Observation.code.coding:infectionLaboJLAC10/tpposcoi.userSelected
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2112. Observation.code.coding:infectionLaboJLAC11/tpposcoi
                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/tpposcoi
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            2114. Observation.code.coding:infectionLaboJLAC11/tpposcoi.id
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                            2116. Observation.code.coding:infectionLaboJLAC11/tpposcoi.extension
                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                            • 2118. Observation.code.coding:infectionLaboJLAC11/tpposcoi.system
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2120. Observation.code.coding:infectionLaboJLAC11/tpposcoi.version
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2122. Observation.code.coding:infectionLaboJLAC11/tpposcoi.code
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定量、陽性コントロール比)
                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2124. Observation.code.coding:infectionLaboJLAC11/tpposcoi.display
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                              Fixed Value梅毒TP抗体(定量、陽性コントロール比)
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2126. Observation.code.coding:infectionLaboJLAC11/tpposcoi.userSelected
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2128. Observation.code.coding:infectionLaboJLAC10/tphquant
                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/tphquant
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              2130. Observation.code.coding:infectionLaboJLAC10/tphquant.id
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                              2132. Observation.code.coding:infectionLaboJLAC10/tphquant.extension
                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                              • 2134. Observation.code.coding:infectionLaboJLAC10/tphquant.system
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2136. Observation.code.coding:infectionLaboJLAC10/tphquant.version
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2138. Observation.code.coding:infectionLaboJLAC10/tphquant.code
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(半定量)
                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS)
                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2140. Observation.code.coding:infectionLaboJLAC10/tphquant.display
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                Fixed Value梅毒TP抗体(半定量)
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2142. Observation.code.coding:infectionLaboJLAC10/tphquant.userSelected
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2144. Observation.code.coding:infectionLaboJLAC11/tphquant
                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/tphquant
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                2146. Observation.code.coding:infectionLaboJLAC11/tphquant.id
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                2148. Observation.code.coding:infectionLaboJLAC11/tphquant.extension
                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                • 2150. Observation.code.coding:infectionLaboJLAC11/tphquant.system
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2152. Observation.code.coding:infectionLaboJLAC11/tphquant.version
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2154. Observation.code.coding:infectionLaboJLAC11/tphquant.code
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(半定量)
                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS)
                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2156. Observation.code.coding:infectionLaboJLAC11/tphquant.display
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                  Fixed Value梅毒TP抗体(半定量)
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2158. Observation.code.coding:infectionLaboJLAC11/tphquant.userSelected
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2160. Observation.code.coding:infectionLaboJLAC10/tpquant
                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/tpquant
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  2162. Observation.code.coding:infectionLaboJLAC10/tpquant.id
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                  2164. Observation.code.coding:infectionLaboJLAC10/tpquant.extension
                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                  • 2166. Observation.code.coding:infectionLaboJLAC10/tpquant.system
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2168. Observation.code.coding:infectionLaboJLAC10/tpquant.version
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2170. Observation.code.coding:infectionLaboJLAC10/tpquant.code
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 梅毒TP抗体(定量)
                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS)
                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2172. Observation.code.coding:infectionLaboJLAC10/tpquant.display
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                    Fixed Value梅毒TP抗体(定量)
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2174. Observation.code.coding:infectionLaboJLAC10/tpquant.userSelected
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2176. Observation.code.coding:infectionLaboJLAC11/tpquant
                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/tpquant
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    2178. Observation.code.coding:infectionLaboJLAC11/tpquant.id
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                    2180. Observation.code.coding:infectionLaboJLAC11/tpquant.extension
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                    • 2182. Observation.code.coding:infectionLaboJLAC11/tpquant.system
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2184. Observation.code.coding:infectionLaboJLAC11/tpquant.version
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2186. Observation.code.coding:infectionLaboJLAC11/tpquant.code
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 梅毒TP抗体(定量)
                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS)
                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2188. Observation.code.coding:infectionLaboJLAC11/tpquant.display
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                      Fixed Value梅毒TP抗体(定量)
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2190. Observation.code.coding:infectionLaboJLAC11/tpquant.userSelected
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2192. Observation.code.coding:infectionLaboJLAC10/hbsagresult
                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hbsagresult
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      2194. Observation.code.coding:infectionLaboJLAC10/hbsagresult.id
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                      2196. Observation.code.coding:infectionLaboJLAC10/hbsagresult.extension
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                      • 2198. Observation.code.coding:infectionLaboJLAC10/hbsagresult.system
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2200. Observation.code.coding:infectionLaboJLAC10/hbsagresult.version
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2202. Observation.code.coding:infectionLaboJLAC10/hbsagresult.code
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(定性)
                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS)
                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2204. Observation.code.coding:infectionLaboJLAC10/hbsagresult.display
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                        Fixed ValueHBs抗原(定性)
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2206. Observation.code.coding:infectionLaboJLAC10/hbsagresult.userSelected
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2208. Observation.code.coding:infectionLaboJLAC11/hbsagresult
                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hbsagresult
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        2210. Observation.code.coding:infectionLaboJLAC11/hbsagresult.id
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                        2212. Observation.code.coding:infectionLaboJLAC11/hbsagresult.extension
                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                        • 2214. Observation.code.coding:infectionLaboJLAC11/hbsagresult.system
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2216. Observation.code.coding:infectionLaboJLAC11/hbsagresult.version
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2218. Observation.code.coding:infectionLaboJLAC11/hbsagresult.code
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(定性)
                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS)
                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2220. Observation.code.coding:infectionLaboJLAC11/hbsagresult.display
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                          Fixed ValueHBs抗原(定性)
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2222. Observation.code.coding:infectionLaboJLAC11/hbsagresult.userSelected
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2224. Observation.code.coding:infectionLaboJLAC10/hbsagdil
                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hbsagdil
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          2226. Observation.code.coding:infectionLaboJLAC10/hbsagdil.id
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                          2228. Observation.code.coding:infectionLaboJLAC10/hbsagdil.extension
                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                          • 2230. Observation.code.coding:infectionLaboJLAC10/hbsagdil.system
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2232. Observation.code.coding:infectionLaboJLAC10/hbsagdil.version
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2234. Observation.code.coding:infectionLaboJLAC10/hbsagdil.code
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(希釈倍率)
                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS)
                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2236. Observation.code.coding:infectionLaboJLAC10/hbsagdil.display
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                            Fixed ValueHBs抗原(希釈倍率)
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2238. Observation.code.coding:infectionLaboJLAC10/hbsagdil.userSelected
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2240. Observation.code.coding:infectionLaboJLAC11/hbsagdil
                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hbsagdil
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            2242. Observation.code.coding:infectionLaboJLAC11/hbsagdil.id
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                            2244. Observation.code.coding:infectionLaboJLAC11/hbsagdil.extension
                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                            • 2246. Observation.code.coding:infectionLaboJLAC11/hbsagdil.system
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2248. Observation.code.coding:infectionLaboJLAC11/hbsagdil.version
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2250. Observation.code.coding:infectionLaboJLAC11/hbsagdil.code
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(希釈倍率)
                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS)
                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2252. Observation.code.coding:infectionLaboJLAC11/hbsagdil.display
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                              Fixed ValueHBs抗原(希釈倍率)
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2254. Observation.code.coding:infectionLaboJLAC11/hbsagdil.userSelected
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2256. Observation.code.coding:infectionLaboJLAC10/hbsagod
                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hbsagod
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              2258. Observation.code.coding:infectionLaboJLAC10/hbsagod.id
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                              2260. Observation.code.coding:infectionLaboJLAC10/hbsagod.extension
                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                              • 2262. Observation.code.coding:infectionLaboJLAC10/hbsagod.system
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2264. Observation.code.coding:infectionLaboJLAC10/hbsagod.version
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2266. Observation.code.coding:infectionLaboJLAC10/hbsagod.code
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(吸光度)
                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS)
                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2268. Observation.code.coding:infectionLaboJLAC10/hbsagod.display
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                Fixed ValueHBs抗原(吸光度)
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2270. Observation.code.coding:infectionLaboJLAC10/hbsagod.userSelected
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2272. Observation.code.coding:infectionLaboJLAC11/hbsagod
                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hbsagod
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                2274. Observation.code.coding:infectionLaboJLAC11/hbsagod.id
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                2276. Observation.code.coding:infectionLaboJLAC11/hbsagod.extension
                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                • 2278. Observation.code.coding:infectionLaboJLAC11/hbsagod.system
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2280. Observation.code.coding:infectionLaboJLAC11/hbsagod.version
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2282. Observation.code.coding:infectionLaboJLAC11/hbsagod.code
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(吸光度)
                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS)
                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2284. Observation.code.coding:infectionLaboJLAC11/hbsagod.display
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                  Fixed ValueHBs抗原(吸光度)
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2286. Observation.code.coding:infectionLaboJLAC11/hbsagod.userSelected
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2288. Observation.code.coding:infectionLaboJLAC10/hbsagquant
                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hbsagquant
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  2290. Observation.code.coding:infectionLaboJLAC10/hbsagquant.id
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                  2292. Observation.code.coding:infectionLaboJLAC10/hbsagquant.extension
                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                  • 2294. Observation.code.coding:infectionLaboJLAC10/hbsagquant.system
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2296. Observation.code.coding:infectionLaboJLAC10/hbsagquant.version
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2298. Observation.code.coding:infectionLaboJLAC10/hbsagquant.code
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(定量)
                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2300. Observation.code.coding:infectionLaboJLAC10/hbsagquant.display
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                    Fixed ValueHBs抗原(定量)
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2302. Observation.code.coding:infectionLaboJLAC10/hbsagquant.userSelected
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2304. Observation.code.coding:infectionLaboJLAC11/hbsagquant
                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hbsagquant
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    2306. Observation.code.coding:infectionLaboJLAC11/hbsagquant.id
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                    2308. Observation.code.coding:infectionLaboJLAC11/hbsagquant.extension
                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                    • 2310. Observation.code.coding:infectionLaboJLAC11/hbsagquant.system
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2312. Observation.code.coding:infectionLaboJLAC11/hbsagquant.version
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2314. Observation.code.coding:infectionLaboJLAC11/hbsagquant.code
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(定量)
                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2316. Observation.code.coding:infectionLaboJLAC11/hbsagquant.display
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                      Fixed ValueHBs抗原(定量)
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2318. Observation.code.coding:infectionLaboJLAC11/hbsagquant.userSelected
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2320. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi
                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hbsagposcoi
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      2322. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.id
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                      2324. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.extension
                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                      • 2326. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.system
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        2328. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.version
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        2330. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.code
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗原(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        2332. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.display
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                        Fixed ValueHBs抗原(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        2334. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.userSelected
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        2336. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi
                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hbsagposcoi
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        2338. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.id
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                        2340. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.extension
                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                        • 2342. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.system
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          2344. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.version
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          2346. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.code
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗原(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          2348. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.display
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                          Fixed ValueHBs抗原(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          2350. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.userSelected
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          2352. Observation.code.coding:infectionLaboJLAC10/hbsabresult
                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hbsabresult
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          2354. Observation.code.coding:infectionLaboJLAC10/hbsabresult.id
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                          2356. Observation.code.coding:infectionLaboJLAC10/hbsabresult.extension
                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                                          • 2358. Observation.code.coding:infectionLaboJLAC10/hbsabresult.system
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            2360. Observation.code.coding:infectionLaboJLAC10/hbsabresult.version
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            2362. Observation.code.coding:infectionLaboJLAC10/hbsabresult.code
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(定性)
                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            2364. Observation.code.coding:infectionLaboJLAC10/hbsabresult.display
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                            Fixed ValueHBs抗体(定性)
                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            2366. Observation.code.coding:infectionLaboJLAC10/hbsabresult.userSelected
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            2368. Observation.code.coding:infectionLaboJLAC11/hbsabresult
                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hbsabresult
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            2370. Observation.code.coding:infectionLaboJLAC11/hbsabresult.id
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                            2372. Observation.code.coding:infectionLaboJLAC11/hbsabresult.extension
                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                                            • 2374. Observation.code.coding:infectionLaboJLAC11/hbsabresult.system
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              2376. Observation.code.coding:infectionLaboJLAC11/hbsabresult.version
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              2378. Observation.code.coding:infectionLaboJLAC11/hbsabresult.code
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(定性)
                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              2380. Observation.code.coding:infectionLaboJLAC11/hbsabresult.display
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                              Fixed ValueHBs抗体(定性)
                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              2382. Observation.code.coding:infectionLaboJLAC11/hbsabresult.userSelected
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              2384. Observation.code.coding:infectionLaboJLAC10/hbsabdil
                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hbsabdil
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              2386. Observation.code.coding:infectionLaboJLAC10/hbsabdil.id
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                              2388. Observation.code.coding:infectionLaboJLAC10/hbsabdil.extension
                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                                              • 2390. Observation.code.coding:infectionLaboJLAC10/hbsabdil.system
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                2392. Observation.code.coding:infectionLaboJLAC10/hbsabdil.version
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                2394. Observation.code.coding:infectionLaboJLAC10/hbsabdil.code
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                2396. Observation.code.coding:infectionLaboJLAC10/hbsabdil.display
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                Fixed ValueHBs抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                2398. Observation.code.coding:infectionLaboJLAC10/hbsabdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                2400. Observation.code.coding:infectionLaboJLAC11/hbsabdil
                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hbsabdil
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                2402. Observation.code.coding:infectionLaboJLAC11/hbsabdil.id
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                2404. Observation.code.coding:infectionLaboJLAC11/hbsabdil.extension
                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                                • 2406. Observation.code.coding:infectionLaboJLAC11/hbsabdil.system
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  2408. Observation.code.coding:infectionLaboJLAC11/hbsabdil.version
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  2410. Observation.code.coding:infectionLaboJLAC11/hbsabdil.code
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  2412. Observation.code.coding:infectionLaboJLAC11/hbsabdil.display
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                  Fixed ValueHBs抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  2414. Observation.code.coding:infectionLaboJLAC11/hbsabdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  2416. Observation.code.coding:infectionLaboJLAC10/hbsabquant
                                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hbsabquant
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  2418. Observation.code.coding:infectionLaboJLAC10/hbsabquant.id
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                  2420. Observation.code.coding:infectionLaboJLAC10/hbsabquant.extension
                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                                  • 2422. Observation.code.coding:infectionLaboJLAC10/hbsabquant.system
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    2424. Observation.code.coding:infectionLaboJLAC10/hbsabquant.version
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    2426. Observation.code.coding:infectionLaboJLAC10/hbsabquant.code
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HBs抗体(定量)
                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    2428. Observation.code.coding:infectionLaboJLAC10/hbsabquant.display
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                    Fixed ValueHBs抗体(定量)
                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    2430. Observation.code.coding:infectionLaboJLAC10/hbsabquant.userSelected
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    2432. Observation.code.coding:infectionLaboJLAC11/hbsabquant
                                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hbsabquant
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    2434. Observation.code.coding:infectionLaboJLAC11/hbsabquant.id
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                    2436. Observation.code.coding:infectionLaboJLAC11/hbsabquant.extension
                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                    • 2438. Observation.code.coding:infectionLaboJLAC11/hbsabquant.system
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      2440. Observation.code.coding:infectionLaboJLAC11/hbsabquant.version
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      2442. Observation.code.coding:infectionLaboJLAC11/hbsabquant.code
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HBs抗体(定量)
                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      2444. Observation.code.coding:infectionLaboJLAC11/hbsabquant.display
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                      Fixed ValueHBs抗体(定量)
                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      2446. Observation.code.coding:infectionLaboJLAC11/hbsabquant.userSelected
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      2448. Observation.code.coding:infectionLaboJLAC10/hcvnquant
                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hcvnquant
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      2450. Observation.code.coding:infectionLaboJLAC10/hcvnquant.id
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                      2452. Observation.code.coding:infectionLaboJLAC10/hcvnquant.extension
                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                                      • 2454. Observation.code.coding:infectionLaboJLAC10/hcvnquant.system
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        2456. Observation.code.coding:infectionLaboJLAC10/hcvnquant.version
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        2458. Observation.code.coding:infectionLaboJLAC10/hcvnquant.code
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV核酸増幅検査(定量)
                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        2460. Observation.code.coding:infectionLaboJLAC10/hcvnquant.display
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                        Fixed ValueHCV核酸増幅検査(定量)
                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        2462. Observation.code.coding:infectionLaboJLAC10/hcvnquant.userSelected
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        2464. Observation.code.coding:infectionLaboJLAC11/hcvnquant
                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hcvnquant
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        2466. Observation.code.coding:infectionLaboJLAC11/hcvnquant.id
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                        2468. Observation.code.coding:infectionLaboJLAC11/hcvnquant.extension
                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                                        • 2470. Observation.code.coding:infectionLaboJLAC11/hcvnquant.system
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          2472. Observation.code.coding:infectionLaboJLAC11/hcvnquant.version
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          2474. Observation.code.coding:infectionLaboJLAC11/hcvnquant.code
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV核酸増幅検査(定量)
                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          2476. Observation.code.coding:infectionLaboJLAC11/hcvnquant.display
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                          Fixed ValueHCV核酸増幅検査(定量)
                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          2478. Observation.code.coding:infectionLaboJLAC11/hcvnquant.userSelected
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          2480. Observation.code.coding:infectionLaboJLAC10/hcvnresult
                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hcvnresult
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          2482. Observation.code.coding:infectionLaboJLAC10/hcvnresult.id
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                          2484. Observation.code.coding:infectionLaboJLAC10/hcvnresult.extension
                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                                                          • 2486. Observation.code.coding:infectionLaboJLAC10/hcvnresult.system
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            2488. Observation.code.coding:infectionLaboJLAC10/hcvnresult.version
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            2490. Observation.code.coding:infectionLaboJLAC10/hcvnresult.code
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV核酸増幅検査(定性)
                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            2492. Observation.code.coding:infectionLaboJLAC10/hcvnresult.display
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                            Fixed ValueHCV核酸増幅検査(定性)
                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            2494. Observation.code.coding:infectionLaboJLAC10/hcvnresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            2496. Observation.code.coding:infectionLaboJLAC11/hcvnresult
                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hcvnresult
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            2498. Observation.code.coding:infectionLaboJLAC11/hcvnresult.id
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                            2500. Observation.code.coding:infectionLaboJLAC11/hcvnresult.extension
                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                                                            • 2502. Observation.code.coding:infectionLaboJLAC11/hcvnresult.system
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              2504. Observation.code.coding:infectionLaboJLAC11/hcvnresult.version
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              2506. Observation.code.coding:infectionLaboJLAC11/hcvnresult.code
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV核酸増幅検査(定性)
                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              2508. Observation.code.coding:infectionLaboJLAC11/hcvnresult.display
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                              Fixed ValueHCV核酸増幅検査(定性)
                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              2510. Observation.code.coding:infectionLaboJLAC11/hcvnresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              2512. Observation.code.coding:infectionLaboJLAC10/hcvagresult
                                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hcvagresult
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              2514. Observation.code.coding:infectionLaboJLAC10/hcvagresult.id
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                              2516. Observation.code.coding:infectionLaboJLAC10/hcvagresult.extension
                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                                                              • 2518. Observation.code.coding:infectionLaboJLAC10/hcvagresult.system
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                2520. Observation.code.coding:infectionLaboJLAC10/hcvagresult.version
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                2522. Observation.code.coding:infectionLaboJLAC10/hcvagresult.code
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗原検査(定性)
                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                2524. Observation.code.coding:infectionLaboJLAC10/hcvagresult.display
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                Fixed ValueHCV抗原検査(定性)
                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                2526. Observation.code.coding:infectionLaboJLAC10/hcvagresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                2528. Observation.code.coding:infectionLaboJLAC11/hcvagresult
                                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hcvagresult
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                2530. Observation.code.coding:infectionLaboJLAC11/hcvagresult.id
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                2532. Observation.code.coding:infectionLaboJLAC11/hcvagresult.extension
                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                                                • 2534. Observation.code.coding:infectionLaboJLAC11/hcvagresult.system
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  2536. Observation.code.coding:infectionLaboJLAC11/hcvagresult.version
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  2538. Observation.code.coding:infectionLaboJLAC11/hcvagresult.code
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗原検査(定性)
                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  2540. Observation.code.coding:infectionLaboJLAC11/hcvagresult.display
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                  Fixed ValueHCV抗原検査(定性)
                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  2542. Observation.code.coding:infectionLaboJLAC11/hcvagresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  2544. Observation.code.coding:infectionLaboJLAC10/hcvagquant
                                                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hcvagquant
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  2546. Observation.code.coding:infectionLaboJLAC10/hcvagquant.id
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                  2548. Observation.code.coding:infectionLaboJLAC10/hcvagquant.extension
                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                                                  • 2550. Observation.code.coding:infectionLaboJLAC10/hcvagquant.system
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    2552. Observation.code.coding:infectionLaboJLAC10/hcvagquant.version
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    2554. Observation.code.coding:infectionLaboJLAC10/hcvagquant.code
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗原検査(定量)
                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    2556. Observation.code.coding:infectionLaboJLAC10/hcvagquant.display
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                    Fixed ValueHCV抗原検査(定量)
                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    2558. Observation.code.coding:infectionLaboJLAC10/hcvagquant.userSelected
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    2560. Observation.code.coding:infectionLaboJLAC11/hcvagquant
                                                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hcvagquant
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    2562. Observation.code.coding:infectionLaboJLAC11/hcvagquant.id
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                    2564. Observation.code.coding:infectionLaboJLAC11/hcvagquant.extension
                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                                    • 2566. Observation.code.coding:infectionLaboJLAC11/hcvagquant.system
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      2568. Observation.code.coding:infectionLaboJLAC11/hcvagquant.version
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      2570. Observation.code.coding:infectionLaboJLAC11/hcvagquant.code
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗原検査(定量)
                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      2572. Observation.code.coding:infectionLaboJLAC11/hcvagquant.display
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                      Fixed ValueHCV抗原検査(定量)
                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      2574. Observation.code.coding:infectionLaboJLAC11/hcvagquant.userSelected
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      2576. Observation.code.coding:infectionLaboJLAC10/hcvabdil
                                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hcvabdil
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      2578. Observation.code.coding:infectionLaboJLAC10/hcvabdil.id
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                      2580. Observation.code.coding:infectionLaboJLAC10/hcvabdil.extension
                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                                                      • 2582. Observation.code.coding:infectionLaboJLAC10/hcvabdil.system
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        2584. Observation.code.coding:infectionLaboJLAC10/hcvabdil.version
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        2586. Observation.code.coding:infectionLaboJLAC10/hcvabdil.code
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        2588. Observation.code.coding:infectionLaboJLAC10/hcvabdil.display
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                        Fixed ValueHCV抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        2590. Observation.code.coding:infectionLaboJLAC10/hcvabdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        2592. Observation.code.coding:infectionLaboJLAC11/hcvabdil
                                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hcvabdil
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        2594. Observation.code.coding:infectionLaboJLAC11/hcvabdil.id
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                        2596. Observation.code.coding:infectionLaboJLAC11/hcvabdil.extension
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                                                        • 2598. Observation.code.coding:infectionLaboJLAC11/hcvabdil.system
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          2600. Observation.code.coding:infectionLaboJLAC11/hcvabdil.version
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          2602. Observation.code.coding:infectionLaboJLAC11/hcvabdil.code
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          2604. Observation.code.coding:infectionLaboJLAC11/hcvabdil.display
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                          Fixed ValueHCV抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          2606. Observation.code.coding:infectionLaboJLAC11/hcvabdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          2608. Observation.code.coding:infectionLaboJLAC10/hcvabresult
                                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hcvabresult
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          2610. Observation.code.coding:infectionLaboJLAC10/hcvabresult.id
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                          2612. Observation.code.coding:infectionLaboJLAC10/hcvabresult.extension
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                                                                          • 2614. Observation.code.coding:infectionLaboJLAC10/hcvabresult.system
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            2616. Observation.code.coding:infectionLaboJLAC10/hcvabresult.version
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            2618. Observation.code.coding:infectionLaboJLAC10/hcvabresult.code
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            2620. Observation.code.coding:infectionLaboJLAC10/hcvabresult.display
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                            Fixed ValueHCV抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            2622. Observation.code.coding:infectionLaboJLAC10/hcvabresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            2624. Observation.code.coding:infectionLaboJLAC11/hcvabresult
                                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hcvabresult
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            2626. Observation.code.coding:infectionLaboJLAC11/hcvabresult.id
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                            2628. Observation.code.coding:infectionLaboJLAC11/hcvabresult.extension
                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                                                                            • 2630. Observation.code.coding:infectionLaboJLAC11/hcvabresult.system
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              2632. Observation.code.coding:infectionLaboJLAC11/hcvabresult.version
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              2634. Observation.code.coding:infectionLaboJLAC11/hcvabresult.code
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              2636. Observation.code.coding:infectionLaboJLAC11/hcvabresult.display
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                              Fixed ValueHCV抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              2638. Observation.code.coding:infectionLaboJLAC11/hcvabresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              2640. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi
                                                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hcvabposcoi
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              2642. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.id
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                              2644. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.extension
                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                                                                              • 2646. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.system
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                2648. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                2650. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HCV抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                2652. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.display
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                Fixed ValueHCV抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                2654. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                2656. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hcvabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                2658. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.id
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                2660. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.extension
                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                • 2662. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.system
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  2664. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  2666. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HCV抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  2668. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.display
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                  Fixed ValueHCV抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  2670. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  2672. Observation.code.coding:infectionLaboJLAC10/hiv1quant
                                                                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hiv1quant
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  2674. Observation.code.coding:infectionLaboJLAC10/hiv1quant.id
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                  2676. Observation.code.coding:infectionLaboJLAC10/hiv1quant.extension
                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                  • 2678. Observation.code.coding:infectionLaboJLAC10/hiv1quant.system
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    2680. Observation.code.coding:infectionLaboJLAC10/hiv1quant.version
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    2682. Observation.code.coding:infectionLaboJLAC10/hiv1quant.code
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1(ウイルスRNA定量)
                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    2684. Observation.code.coding:infectionLaboJLAC10/hiv1quant.display
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                    Fixed ValueHIV-1(ウイルスRNA定量)
                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    2686. Observation.code.coding:infectionLaboJLAC10/hiv1quant.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    2688. Observation.code.coding:infectionLaboJLAC11/hiv1quant
                                                                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hiv1quant
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    2690. Observation.code.coding:infectionLaboJLAC11/hiv1quant.id
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                    2692. Observation.code.coding:infectionLaboJLAC11/hiv1quant.extension
                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                    • 2694. Observation.code.coding:infectionLaboJLAC11/hiv1quant.system
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      2696. Observation.code.coding:infectionLaboJLAC11/hiv1quant.version
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      2698. Observation.code.coding:infectionLaboJLAC11/hiv1quant.code
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1(ウイルスRNA定量)
                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      2700. Observation.code.coding:infectionLaboJLAC11/hiv1quant.display
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                      Fixed ValueHIV-1(ウイルスRNA定量)
                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      2702. Observation.code.coding:infectionLaboJLAC11/hiv1quant.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      2704. Observation.code.coding:infectionLaboJLAC10/hiv1result
                                                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hiv1result
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      2706. Observation.code.coding:infectionLaboJLAC10/hiv1result.id
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                      2708. Observation.code.coding:infectionLaboJLAC10/hiv1result.extension
                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                      • 2710. Observation.code.coding:infectionLaboJLAC10/hiv1result.system
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        2712. Observation.code.coding:infectionLaboJLAC10/hiv1result.version
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        2714. Observation.code.coding:infectionLaboJLAC10/hiv1result.code
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1(ウイルスRNA定量判定)
                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        2716. Observation.code.coding:infectionLaboJLAC10/hiv1result.display
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                        Fixed ValueHIV-1(ウイルスRNA定量判定)
                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        2718. Observation.code.coding:infectionLaboJLAC10/hiv1result.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        2720. Observation.code.coding:infectionLaboJLAC11/hiv1result
                                                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hiv1result
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        2722. Observation.code.coding:infectionLaboJLAC11/hiv1result.id
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                        2724. Observation.code.coding:infectionLaboJLAC11/hiv1result.extension
                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                        • 2726. Observation.code.coding:infectionLaboJLAC11/hiv1result.system
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          2728. Observation.code.coding:infectionLaboJLAC11/hiv1result.version
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          2730. Observation.code.coding:infectionLaboJLAC11/hiv1result.code
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1(ウイルスRNA定量判定)
                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          2732. Observation.code.coding:infectionLaboJLAC11/hiv1result.display
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                          Fixed ValueHIV-1(ウイルスRNA定量判定)
                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          2734. Observation.code.coding:infectionLaboJLAC11/hiv1result.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          2736. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil
                                                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hiv1p2abdil
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          2738. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.id
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                          2740. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.extension
                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                          • 2742. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.system
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            2744. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.version
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            2746. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.code
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            2748. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.display
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                            Fixed ValueHIV-1+2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            2750. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            2752. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil
                                                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hiv1p2abdil
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            2754. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.id
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                            2756. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.extension
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                            • 2758. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.system
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              2760. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.version
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              2762. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.code
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              2764. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.display
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                              Fixed ValueHIV-1+2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              2766. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              2768. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult
                                                                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hiv1p2abresult
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              2770. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.id
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                              2772. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.extension
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                              • 2774. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.system
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                2776. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                2778. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                2780. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.display
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                Fixed ValueHIV-1+2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                2782. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                2784. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult
                                                                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hiv1p2abresult
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                2786. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.id
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                2788. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.extension
                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                • 2790. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.system
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2792. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2794. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2796. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.display
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed ValueHIV-1+2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2798. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2800. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hiv1p2abposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2802. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.id
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  2804. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.extension
                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                  • 2806. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.system
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2808. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2810. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1+2抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2812. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.display
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                    Fixed ValueHIV-1+2抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2814. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2816. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hiv1p2abposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2818. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.id
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    2820. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                    • 2822. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.system
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2824. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2826. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1+2抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2828. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.display
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                      Fixed ValueHIV-1+2抗体(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2830. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2832. Observation.code.coding:infectionLaboJLAC10/hiv1abdil
                                                                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hiv1abdil
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                      標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                      コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2834. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.id
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      2836. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.extension
                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                      • 2838. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.system
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                        Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                        URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                        シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                        Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2840. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.version
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2842. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.code
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2844. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.display
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                        Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                        システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                        Fixed ValueHIV-1抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2846. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                        Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                        Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                        これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2848. Observation.code.coding:infectionLaboJLAC11/hiv1abdil
                                                                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hiv1abdil
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                        Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                        標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                        SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                        TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                        コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2850. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.id
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        2852. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                        • 2854. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.system
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                          Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                          URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                          シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2856. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.version
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2858. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.code
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2860. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.display
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                          システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                          Fixed ValueHIV-1抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2862. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                          Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                          Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                          これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2864. Observation.code.coding:infectionLaboJLAC10/hiv1abresult
                                                                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hiv1abresult
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                          Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                          標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                          SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                          TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                          コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2866. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.id
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          2868. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.extension
                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                          • 2870. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.system
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                            URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                            Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                            シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                            Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2872. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2874. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                            BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-1抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2876. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.display
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                            Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                            システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                            Fixed ValueHIV-1抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2878. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                            Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                            Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                            これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2880. Observation.code.coding:infectionLaboJLAC11/hiv1abresult
                                                                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hiv1abresult
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                            標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                            SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2882. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.id
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            2884. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                            • 2886. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.system
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                              URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                              Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2888. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2890. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                              BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-1抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2892. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.display
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                              Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                              Fixed ValueHIV-1抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2894. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2896. Observation.code.coding:infectionLaboJLAC10/hiv2abdil
                                                                                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hiv2abdil
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                              標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                              SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                              TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                              コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2898. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.id
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              2900. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                              • 2902. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.system
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                                URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                                Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2904. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.version
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2906. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.code
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2908. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.display
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                                Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                Fixed ValueHIV-2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2910. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                                Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2912. Observation.code.coding:infectionLaboJLAC11/hiv2abdil
                                                                                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hiv2abdil
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                                標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                                SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2914. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.id
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                2916. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                • 2918. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.system
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                                  URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                  シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2920. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.version
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2922. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.code
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2924. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.display
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                  システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed ValueHIV-2抗体(希釈倍率)
                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2926. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                  これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2928. Observation.code.coding:infectionLaboJLAC10/hiv2abresult
                                                                                                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hiv2abresult
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                                  標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                                  SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                  コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2930. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.id
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  2932. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2934. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.system
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                                    URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                    シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2936. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2938. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC10 HIV-2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2940. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.display
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                                    Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                    システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Fixed ValueHIV-2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2942. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                    これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2944. Observation.code.coding:infectionLaboJLAC11/hiv2abresult
                                                                                                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hiv2abresult
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    コード体系によって定義されたコードへの参照。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                                                                                                                                                                                                                                                                                                                                                                                                                                    標準コード、ローカルコードの2つまで格納可。順不同。
                                                                                                                                                                                                                                                                                                                                                                                                                                    SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。

                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                    コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2946. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.id
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    2948. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                    要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                    拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.code.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2950. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.system
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      コード体系。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                                                                                                                                                                                                                                                                                                                                                                                                                                      URIは本WGで定義する。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2952. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2954. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from CLINS 電子カルテ共有サービス用:感染症検査項目セットJLAC11 HIV-2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2956. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.display
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      コード化された場合に、そのコード表におけるコードに対応する文字列

                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Fixed ValueHIV-2抗体(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2958. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      このコードが利用者によって、例えば利用可能なコードの選択リストから、など、直接選択されたものであることを示す。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2960. Observation.code.text
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      項目名。報告書などに記載する場合に使用する表示名。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortコンセプトの単純なテキスト表現 / Plain text representation of the concept
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】このプロファイルでは、表示名として必須とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                      多くの場合、coding.display と同一になるが、coding.display に異なる複数の表現が格納される場合を想定し、code間で共通の表現として必須とする。受信側はこの文字列を項目表示文字列として使用できる。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2962. Observation.subject
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      患者のFHIRリソース(JP_Patient_eCSに従うPatientリソース)への参照。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short患者のFHIRリソース(JP_Patient_eCSに従うPatientリソース)への参照。
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      記述方法は、実装ガイド本文の「リソースへの参照方法(2) Bundleリソースの別のentryのリソースを参照する方法(fullUrlを用いるリテラル参照) 」に従う。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeReference(JP_Patient_eCS)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      あなたが彼らが誰または何をしているのかわからない場合、観察には価値がありません。 / Observations have no value if you don't know who or what they're about.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2964. Observation.focus
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      患者当人ではなく、患者の胎児、親、ドナーなどの検査、観察の場合、その対象を示す。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short配偶者、親、胎児、ドナーなど、このObservationのsubject要素が実際の対象でない場合、その実際の対象に関する情報【詳細参照】
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeReference(Resource)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2966. Observation.encounter
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。電子カルテ情報サービスでは必須。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeReference(JP Core Encounter Profile, JP_Encounter-eCS)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Support TypesNo must-support rules about the choice of types/profiles
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      一部の観察では、観察と特定のEncounterの間のリンクを知ることが重要かもしれません。 / For some observations it may be important to know the link between an observation and a particular encounter.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Alternate NamesContext
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2968. Observation.effective[x]
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      検体採取日時。検体採取日時が不明な場合には、検査実施日時、検体受付日時の場合もある。結果報告日時はissued要素を使用する。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short検体採取日時
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      dateTime型に限定する。dateTime側は、1905-08-23, 2015-02-07T13:28:17+09:00

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      TypedateTime
                                                                                                                                                                                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      観察が真実と見なされた時期を知ることは、その関連性にとって重要であり、傾向を決定します。 / Knowing when an observation was deemed true is important to its relevance as well as determining trends.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Alternate NamesOccurrence
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2970. Observation.issued
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      検査結果がシステムに格納された日時、システム的な結果報告(登録)日時。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short検査結果がシステムに格納された日時、システム的な結果報告(登録)日時
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      instance型であるため、2015-02-07T13:28:17+09:00 のように時刻までの精度が必要である。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      Typeinstant
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2972. Observation.performer
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者への参照。電子カルテ情報サービスでは必須とし、オーダした医師(結果を確認した医師に相当)のPractitionerリソースへの参照を設定する。電子カルテ情報サービスでは必須。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者、検査実施者(検査オーダ医師)への参照。
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      実装ガイド本文の「リソースへの参照方法 (1)containedリソースをインラインリソースIDにより参照する記述方法」を参照のこと。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeReference(JP Core Practitioner Profile)
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      観察にある程度の自信を与える可能性があり、また、フォローアップの質問をどこに向けるべきかを示します。 / May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2974. Observation.value[x]
                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                      検体検査の結果。コメントを参照のこと。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Short検体検査の結果
                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                      valueQuantity,valueCodeableConcept,valueStringのいずれかを使用する。この項目自体は子項目をまとめるセット名(バッテリー名、例:血球算定など)の場合にはこの要素は出現しない。また、結果値が何らかの理由により得られなかった場合や、検査結果が未着(検査中または実施前)の場合にはこの要素は出現せず、dataAbsentReasonにその理由を記述する。それ以外では必ず出現する。

                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: obs-7
                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeChoice of: Quantity, CodeableConcept, string
                                                                                                                                                                                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Support TypesNo must-support rules about the choice of types/profiles
                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                      観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.value[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                      • type @ $this
                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2976. Observation.value[x]:valueQuantity
                                                                                                                                                                                                                                                                                                                                                                                                                                        Slice NamevalueQuantity
                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                        検体検査の結果として決定された情報。

                                                                                                                                                                                                                                                                                                                                                                                                                                        Short検査結果が「数値」の場合、値、単位を設定する。
                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: obs-7
                                                                                                                                                                                                                                                                                                                                                                                                                                        TypeQuantity
                                                                                                                                                                                                                                                                                                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                        観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        2978. Observation.value[x]:valueQuantity.id
                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                        2980. Observation.value[x]:valueQuantity.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                        要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                        Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                        拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2982. Observation.value[x]:valueQuantity.value
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          測定量の値。値には、値の表示に暗黙の精度が含まれます。 / The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Short数値(暗黙の精度を持つ) / Numerical value (with implicit precision)
                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                          値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          Typedecimal
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                          精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2984. Observation.value[x]:valueQuantity.comparator
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          値をどのように理解し、表現する必要があるか - 測定の問題により実際の値が記載されている値よりも大きいか小さいかどうか。例えばコンパレータが「<」の場合、実際の値は<stated値です。 / How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from QuantityComparator
                                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                          数量の評価解釈コード / How the Quantity should be understood and represented.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                          測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2986. Observation.value[x]:valueQuantity.unit
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          ユニットの人間の読み取り可能な形式。 / A human-readable form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Shortユニット表現 / Unit representation
                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                          測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2988. Observation.value[x]:valueQuantity.system
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          ユニットのコード化された形式を提供するシステムの識別。 / The identification of the system that provides the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Shortコード化されたユニットフォームを定義するシステム / System that defines coded unit form
                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: qty-3
                                                                                                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                          ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2990. Observation.value[x]:valueQuantity.code
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          一部のユニット表現システムのユニットのコンピューター処理可能な形式。 / A computer processable form of the unit in some unit representation system.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Shortユニットのコード化された形式 / Coded form of the unit
                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                          優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                          すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2992. Observation.value[x]:valueCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                          Slice NamevalueCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          結果がコード化されたコンセプトで記述できる場合。定性検査値の場合などに使用する。質問項目の回答記号もコードと回答文字列とみなしてこの結果記述方法を使用することができる。

                                                                                                                                                                                                                                                                                                                                                                                                                                          Short検査結果が「コード値」の場合、コード、テキスト、コードのValue setを定義する。
                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                          valueCodeableConcept.coding :ローカルコードと国際標準コードなど複数指定できる。 SS-MIX2/HL7 V2.5→ CWEは正規コード+代替コードの2種類登録可能。
                                                                                                                                                                                                                                                                                                                                                                                                                                          valueCodeableConcept.coding.system : 対象のValue set名を指定。 SS-MIX2/HL7 V2.5→ CWE.3 or 6 コード体系。対象コードの OIDを設定
                                                                                                                                                                                                                                                                                                                                                                                                                                          valueCodeableConcept.coding.version : 対象のValue setのバージョンを指定。 SS-MIX2/HL7 V2.5→ CWE.7 コード体系バージョン ID valueCodeableConcept.coding.code :対象のValue setのコードを指定。 SS-MIX2/HL7 V2.5→ CWE.1 or 4 識別子。対象コードシステムのコード
                                                                                                                                                                                                                                                                                                                                                                                                                                          valueCodeableConcept.coding.display : 対象のValue setのテキストを指定。 SS-MIX2/HL7 V2.5→ CWE.2 or 5 テキスト。対象コードの名称
                                                                                                                                                                                                                                                                                                                                                                                                                                          valueCodeableConcept.coding.userselected : 未使用。
                                                                                                                                                                                                                                                                                                                                                                                                                                          valueCodeableConcept.text : コードが示す意味を指定する。通常は.coding.displayの値を指定するが、複数ある場合は適宜編集すること。 SS-MIX2/HL7 V2.5→ CWE.2 テキスト。coding.display と同じ。

                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: obs-7
                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                          観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2994. Observation.value[x]:valueCodeableConcept.id
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          2996. Observation.value[x]:valueCodeableConcept.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                          要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                          拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                          Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                          SlicingThis element introduces a set of slices on Observation.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                          • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2998. Observation.value[x]:valueCodeableConcept.coding
                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                            用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                            コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                            TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                            コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            3000. Observation.value[x]:valueCodeableConcept.coding.id
                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                            リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                            3002. Observation.value[x]:valueCodeableConcept.coding.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                            要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                            拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                            SlicingThis element introduces a set of slices on Observation.value[x].coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                            • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3004. Observation.value[x]:valueCodeableConcept.coding.system
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              コード内のシンボルの意味を定義するコードシステムの識別。 / The identification of the code system that defines the meaning of the symbol in the code.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Short用語システムのアイデンティティ / Identity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              uriは、oid(urn:oid:...)またはuuid(urn:uuid:...)である場合があります。OIDとUUIDは、HL7 OIDレジストリへの参照となります。それ以外の場合、URIは、FHIRの特別なURIを定義したHL7のリストから来るか、システムを明確かつ明確に確立する定義を参照する必要があります。 / The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              シンボルの定義のソースについて明確である必要があります。 / Need to be unambiguous about the source of the definition of the symbol.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3006. Observation.value[x]:valueCodeableConcept.coding.version
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              用語がコードシステムバージョンを識別するために使用する文字列を明確に定義していない場合、推奨は、そのバージョンがバージョンの日付として公式に公開された日付(FHIR日付形式で表現)を使用することです。 / Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3008. Observation.value[x]:valueCodeableConcept.coding.code
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3010. Observation.value[x]:valueCodeableConcept.coding.display
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              システムのルールに従って、システム内のコードの意味の表現。 / A representation of the meaning of the code in the system, following the rules of the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムによって定義された表現 / Representation defined by the system
                                                                                                                                                                                                                                                                                                                                                                                                                                              Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              システムを知らない読者のために、コードの人間の読み取り可能な意味を持ち込むことができる必要があります。 / Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3012. Observation.value[x]:valueCodeableConcept.coding.userSelected
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              このコーディングがユーザーによって直接選択されたことを示します。利用可能なアイテムのピックリスト(コードまたはディスプレイ)。 / Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

                                                                                                                                                                                                                                                                                                                                                                                                                                              Shortこのコーディングがユーザーによって直接選択された場合 / If this coding was chosen directly by the user
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              一連の代替案の中で、直接選択されたコードが新しい翻訳の最も適切な出発点です。この要素の使用とその結果をより完全に明確にするためには、「直接選択された」ことについては曖昧さがあり、取引パートナー契約が必要になる場合があります。 / Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typeboolean
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              これは、臨床安全基準として特定されています - この正確なシステム/コードペアは、いくつかのルールまたは言語処理に基づいてシステムによって推測されるのではなく、明示的に選択されたことです。 / This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3014. Observation.value[x]:valueCodeableConcept.text
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              データを入力したユーザー、および/またはユーザーの意図された意味を表すユーザーによって見られる/選択/発言された概念の人間の言語表現。 / A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Shortコンセプトの単純なテキスト表現 / Plain text representation of the concept
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              多くの場合、テキストはコーディングの1つの表示名と同じです。 / Very often the text is the same as a displayName of one of the codings.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3016. Observation.value[x]:valueString
                                                                                                                                                                                                                                                                                                                                                                                                                                              Slice NamevalueString
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              検体検査の結果として決定された情報。

                                                                                                                                                                                                                                                                                                                                                                                                                                              Short検査結果値が「文字列」の場合、その文字列を指定する。
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              以下のデータ型はSS-MIX2では未使用のため、未使用とした。今後の議論で使用の必要性が出れば復活させる。
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueBoolean
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueInteger : 検査結果値を整数値(Integer)で定義したい場合に指定する。ただし、valueQuantityで単位付き数値を示すので、通常は使わない。 SS-MIX2/HL7 V2.5→ OBX-2=「NW」の時の OBX-5(結果値)
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueRange
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueRatio
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueSampledData
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueTime : 検査結果値が「時間」の場合、その時間を指定する。 SS-MIX2/HL7 V2.5→ OBX-2=「TM」の時の OBX-5(結果値)
                                                                                                                                                                                                                                                                                                                                                                                                                                              valueDateTime : 検査結果値が「日時」の場合、その日時を指定する。 SS-MIX2/HL7 V2.5→ OBX-2=「DT」の時の OBX-5(結果値)
                                                                                                                                                                                                                                                                                                                                                                                                                                              valuePeriod

                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: obs-7
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3018. Observation.dataAbsentReason
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              検査結果値が欠落している理由。コメントを参照のこと。

                                                                                                                                                                                                                                                                                                                                                                                                                                              Short検査結果値が欠落している理由。詳細、コメントを参照のこと。
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              value要素に結果を記述しない場合で検査結果値が欠落している場合には、その理由。コード化して設定することは一般に難しいのでcoding子要素は記述しなくてもよいが、text子要素は必須である。検査値が得られるはずの検査項目であるにもかかわらずvalue[x]要素に値がない場合には、この項目は必須。

                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              This element is affected by the following invariants: obs-6
                                                                                                                                                                                                                                                                                                                                                                                                                                              BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                                                                                                                                                                                                                                                                                                                                                                                                                                              (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                                                                                                                                                                                                                                                                                                                                                                                                                                              結果( Observation.value[x])が欠落している理由を指定するコード。 / Codes specifying why the result (Observation.value[x]) is missing.

                                                                                                                                                                                                                                                                                                                                                                                                                                              TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                              多くの結果には、測定で例外的な値を処理する必要があります。 / For many results it is necessary to handle exceptional values in measurements.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3020. Observation.dataAbsentReason.id
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              3022. Observation.dataAbsentReason.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                              要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                              拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                              SlicingThis element introduces a set of slices on Observation.dataAbsentReason.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                              • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3024. Observation.dataAbsentReason.coding
                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                用語システムによって定義されたコードへの参照。 / A reference to a code defined by a terminology system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Short用語システムによって定義されたコード / Code defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                コードは、列挙されたCTなどの非常に正式な定義まで、列挙またはコードリストで非常にさりげなく定義される場合があります。詳細については、HL7 V3コアプリンシップを参照してください。コーディングの順序付けは未定義であり、意味を推測するために使用されません。一般に、せいぜい、コーディング値の1つのみがuserselected = trueとしてラベル付けされます。 / 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. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3026. Observation.dataAbsentReason.text
                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                検査結果値が欠落している理由の文字列。例としてはコメントを参照のこと。

                                                                                                                                                                                                                                                                                                                                                                                                                                                Short検査結果値が欠落している理由の文字列。詳細、コメントを参照のこと。
                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                "検査中"、"未実施"、"検体凝固"、"検体量不足"、"溶血で実施できず"、"採血できず"、"検査機器エラー"などが想定される。

                                                                                                                                                                                                                                                                                                                                                                                                                                                Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                用語からのコードは、それらを使用する人間のすべてのニュアンスを使用して、常に正しい意味をキャプチャするとは限りません。または、適切なコードがまったくない場合があります。これらの場合、テキストはソースの完全な意味をキャプチャするために使用されます。 / The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3028. Observation.interpretation
                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                検査結果値の、(高、低、正常)といったカテゴリー評価。結果報告書に記載されることもある情報。

                                                                                                                                                                                                                                                                                                                                                                                                                                                ShortHigh, low, normal, etc. 高、低、正常など
                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                【JP Core仕様】拡張可コード表「ObservationInterpretationCodes」からいずれかの適当なコードをひとつ使用するが、本要素はなくてもよい。その施設における基準値が設定されている数値検査結果に対しては、基準値範囲により解釈したH(高)、L(低)、N(正常範囲) のいずれかを設定することが望ましい。

                                                                                                                                                                                                                                                                                                                                                                                                                                                コード表が大きいため、下記参照。

                                                                                                                                                                                                                                                                                                                                                                                                                                                https://www.hl7.org/fhir/R4/valueset-observation-interpretation.html

                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                                                                                                                                                                                                                                                                                                                                                                                                                                                観測の解釈を識別するコード。 / Codes identifying interpretations of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                特に数値結果については、結果の重要性を完全に理解するために解釈を必要。

                                                                                                                                                                                                                                                                                                                                                                                                                                                Alternate NamesAbnormal Flag
                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3030. Observation.note
                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。"溶血"、"視算値"、"概算"、"参考値"などもこの要素で記述することができる。

                                                                                                                                                                                                                                                                                                                                                                                                                                                Short検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。詳細を参照のこと。
                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                TypeAnnotation
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                Need to be able to provide free text additional information.
                                                                                                                                                                                                                                                                                                                                                                                                                                                フリーテキストの追加情報を提供できる必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3032. Observation.note.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                3034. Observation.note.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                SlicingThis element introduces a set of slices on Observation.note.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3036. Observation.note.author[x]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  注釈を作成する責任者。 / The individual responsible for making the annotation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short注釈の責任者 / Individual responsible for the annotation
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Organization is used when there's no need for specific attribution as to who made the comment.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeChoice of: Reference(Practitioner, Patient, RelatedPerson, Organization), string
                                                                                                                                                                                                                                                                                                                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3038. Observation.note.time
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  この特定の注釈がいつ行われたかを示します。 / Indicates when this particular annotation was made.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short注釈が作られたとき / When the annotation was made
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypedateTime
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3040. Observation.note.text
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  注釈のテキストは、マークダウン形式の形式です。 / The text of the annotation in markdown format.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short注釈 - テキストコンテンツ(マークダウンとして) / The annotation - text content (as markdown)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Systems are not required to have markdown support, so the text should be readable without markdown processing. The markdown syntax is GFM - see https://github.github.com/gfm/

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Typemarkdown
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3042. Observation.bodySite
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  検査が行われた患者の体の部位。検体検査に関しては、当面は使用しない。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short対象となった身体部位
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  BindingFor example codes, see SNOMEDCTBodyStructures
                                                                                                                                                                                                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/body-site)

                                                                                                                                                                                                                                                                                                                                                                                                                                                  解剖学的場所を説明するコード。左右性が含まれる場合があります。 / Codes describing anatomical locations. May include laterality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3044. Observation.method
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  検体検査の検査方法、測定方法。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short実施の方法
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Observation.code の code から測定方法が暗黙的でない場合にのみ使用する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】Observation.code に JLAC10コードを使用する場合、測定方法コードが含まれているため method は使用しない。Observation.code から測定方法が判明しない場合や、実際の測定方法が異なる場合に使用することになるが、現状では運用が困難と想定されるため、当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  BindingFor example codes, see ObservationMethods
                                                                                                                                                                                                                                                                                                                                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/observation-methods)

                                                                                                                                                                                                                                                                                                                                                                                                                                                  単純な観測の方法。 / Methods for simple observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                  In some cases, method can impact results and is thus used for determining whether results can be compared or determining significance of results.
                                                                                                                                                                                                                                                                                                                                                                                                                                                  場合により、測定方法は結果に影響を与える可能性があるため、結果を比較できるかどうかを判断したり、結果の重要性を判断したりするために使用される。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3046. Observation.specimen
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  この検査に使用された検体(標本)情報への参照。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortこの検査に使用された検体(標本)。
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  検体材料に関する情報を記述したSpecimenリソースをContainedリソースとして本リソースに埋め込んでそれを参照するか、またはtype子要素="Specimen",display子要素で"血清"のように検体名称を設定することで記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeReference(Specimen)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3048. Observation.device
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  検査装置、機器。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortこのObservationでデータを得るために使われた測定機器に関する情報【詳細参照】
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】検査に使用した機器等の情報に使用する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeReference(Device, DeviceMetric)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3050. Observation.referenceRange
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  推奨範囲として結果値を解釈するためのガイダンス。基準値。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short基準範囲との比較による結果の解釈方法のガイダンス【詳細参照】
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  【JP Core仕様】可能な限りlow、highに構造化すべき。構造化できない場合、あるいはlow、highに該当しない場合はtextを使用。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                  どの値が「正常」と見なされるかを知ることは、特定の結果の意義を評価するのに役立つ。さまざまなコンテキストに対応するため複数の参照範囲を提供できる必要がある。

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  obs-3: 少なくともlow, high, textのいずれかが必要です / Must have at least a low or a high or text (low.exists() or high.exists() or text.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3052. Observation.referenceRange.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3054. Observation.referenceRange.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3056. Observation.referenceRange.modifierExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3058. Observation.referenceRange.low
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  参照範囲の低境界の値。参照範囲のエンドポイントの低い境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。下限が省略されている場合、それは意味がないと想定されます(例:参照範囲は<= 2.3)。 / The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short関連する場合は低レンジ / Low Range, if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  This element is affected by the following invariants: obs-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeQuantity(SimpleQuantity)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3060. Observation.referenceRange.low.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3062. Observation.referenceRange.low.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                  An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                  TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                  SlicingThis element introduces a set of slices on Observation.referenceRange.low.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3064. Observation.referenceRange.low.value
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    基準値の小さいほうの値

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short基準値の小さいほうの値
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                    値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typedecimal
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                    精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3066. Observation.referenceRange.low.comparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    この文脈で使用することは許可されていません / Not allowed to be used in this context

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                    BindingThe codes SHALL be taken from QuantityComparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                    数量の評価解釈コード / How the Quantity should be understood and represented.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                    測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3068. Observation.referenceRange.low.unit
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                    測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3070. Observation.referenceRange.low.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: qty-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                    ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3072. Observation.referenceRange.low.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                    優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                    すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3074. Observation.referenceRange.high
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    参照範囲の強境界の値。参照範囲のエンドポイントの高境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。高バウンドが省略されている場合、それは無意味であると想定されます(例:参照範囲は> = 2.3)。 / The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short関連する場合、高レンジ / High Range, if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                    This element is affected by the following invariants: obs-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3076. Observation.referenceRange.high.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3078. Observation.referenceRange.high.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                    An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                    ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                    TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.referenceRange.high.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3080. Observation.referenceRange.high.value
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      基準値の大きいほうの値

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short基準値の大きいほうの値
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typedecimal
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3082. Observation.referenceRange.high.comparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      この文脈で使用することは許可されていません / Not allowed to be used in this context

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHALL be taken from QuantityComparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                      数量の評価解釈コード / How the Quantity should be understood and represented.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3084. Observation.referenceRange.high.unit
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3086. Observation.referenceRange.high.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: qty-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3088. Observation.referenceRange.high.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3090. Observation.referenceRange.type
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      対象となる母集団のどの部分に適用するかを示すコード。正常範囲、要治療範囲、など。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short参照範囲予選修飾子 / Reference range qualifier
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      This SHOULD be populated if there is more than one range. If this element is not present then the normal range is assumed.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingThe codes SHOULD be taken from ObservationReferenceRangeMeaningCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (preferred to http://hl7.org/fhir/ValueSet/referencerange-meaning)

                                                                                                                                                                                                                                                                                                                                                                                                                                                      参照範囲の意味のコード。 / Code for the meaning of a reference range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      適切な解釈のために、これが正常、推奨、治療など、どのような参照範囲を言うことができる必要があります。 / Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3092. Observation.referenceRange.appliesTo
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      基準値が適用される母集団を示すコード。人種、性別など。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short参照範囲の母集団 / Reference range population
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      This SHOULD be populated if there is more than one range. If this element is not present then the normal population is assumed.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingFor example codes, see ObservationReferenceRangeAppliesToCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/referencerange-appliesto)

                                                                                                                                                                                                                                                                                                                                                                                                                                                      参照範囲が適用される母集団を識別するコード。 / Codes identifying the population the reference range applies to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      適切な解釈のためにターゲット母集団を特定できる必要があります。 / Need to be able to identify the target population for proper interpretation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3094. Observation.referenceRange.age
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      基準値が適用される年齢。新生児の場合、週数もありうる。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short適用される年齢範囲、関連する場合 / Applicable age range, if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The stated low and high value are assumed to have arbitrarily high precision when it comes to determining which values are in the range. I.e. 1.99 is not in the range 2 -> 3.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeRange
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      一部の分析物は、年齢によって大きく異なります。 / Some analytes vary greatly over age.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3096. Observation.referenceRange.text
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      量的範囲で表せない場合などに使用する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short観察中のテキストベースの参照範囲 / Text based reference range in an observation
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3098. Observation.hasMember
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      同じ検査・観察において、メソッドが1つ、観察が1つ、実行者が1つ、デバイスが1つ、時間が1つしかない1回の検査・観察で同時に複数の検査結果が得られる場合に、その各検査をcomponentをみなしてcomponent要素に記述する。たとえばこのObservationリソースが血圧である場合に、収縮期血圧値と拡張期血圧値の2つは、Observationリソース:血圧の2つのcomponentとして記述される。ただし、実際にこの方式で記述するか、または別々のObservationリソースで記述するかについては、記述方針が別途定められている場合にはそれに従う。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short1回の検査・観察で同時に複数の検査結果が得られる場合には必須
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      この検査が複数の検査項目をグループ化したパネル検査もしくはバッテリー検査の場合に、このグループに含まれる個々の検査の参照へのリストである。この場合には、本Observationリソースのvalueは存在しない。Bundleリソースなどで本リソースから参照可能なObservationリソースが同時に存在する場合には、そのリソースの識別URIを参照する。個々の子検査の結果Observationリソースを、このリソースにContainedリソースとして埋め込むのではなく、別の検査結果Observationリソースとして作成し、Bundleリソースの別のentryのリソースを参照する方法(fullUrlを用いるリテラル参照)をとる。ただし、実際にこの方式で記述するか、または別々のObservationリソースで記述するかについては、記述方針が別途定められている場合にはそれに従う。電子カルテ情報共有サービスで5情報を送信する場合にはこの要素は使用しない。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeReference(JP Core Observation LabResult Profile)
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3100. Observation.derivedFrom
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      この検査が他の1つ以上の検査値から派生している(BMIが体重と身長から派生して算出される場合など)場合に、その派生元の検査への参照のリスト。記述方法としては、hasMember要素と同様に記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short派生元(素材元)の検査結果への参照のリスト。
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see Notes below.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeReference(JP Core Observation LabResult Profile)
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3102. Observation.component
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      一度のタイミングでの1回の検査で複数の結果を同時に得る場合にのみ使用される。例えば、血圧の収縮期、拡張期。新生児のApgarスコア。質問に対する複数の回答(飲んだアルコールの種類、など)。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short複合的な結果。例えば、血圧測定値ではそれを構成する収縮期および拡張期の値の組み合わせ【詳細参照】
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      For a discussion on the ways Observations can be assembled in groups together see Notes below.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      コンポーネントobservation は プライマリobservation としてのobservation リソースの中で同じ属性を共有し、常に単一のobservation の一部として扱われる(つまりそれらは分離可能ではないん)。ただし、プライマリobservationのreference rangeはコンポーネント値に継承されないため、reference rangeは各コンポーネントobservation に適切であれば必要である。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3104. Observation.component.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3106. Observation.component.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではない追加情報を表すために使用できます。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。 / May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short実装で定義された追加のコンテンツ / Additional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3108. Observation.component.modifierExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      要素の基本的な定義の一部ではなく、それが含まれている要素の理解、および/または含まれる要素の子孫の理解を変更するために使用される場合があります。通常、修飾子要素は否定または資格を提供します。拡張機能を安全で管理しやすくするために、拡張機能の定義と使用に適用される厳格なガバナンスセットがあります。実装者は拡張機能を定義できますが、拡張機能の定義の一部として満たされる一連の要件があります。アプリケーションの処理リソースは、修飾子拡張機能をチェックする必要があります。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      モディファイア拡張は、リソースまたはdomainResource上の要素の意味を変更してはなりません(修飾軸自体の意味を変更することはできません)。 / May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short認識されていなくても無視できない拡張機能 / Extensions that cannot be ignored even if unrecognized
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      拡張機能を使用または定義する機関や管轄権に関係なく、アプリケーション、プロジェクト、または標準による拡張機能の使用に関連するスティグマはありません。拡張機能の使用は、FHIR仕様がすべての人にコアレベルのシンプルさを保持できるようにするものです。 / There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      修飾子拡張機能により、安全に無視できる大部分の拡張機能と明確に区別できるように、安全に無視できない拡張機能が可能になります。これにより、実装者が拡張の存在を禁止する必要性を排除することにより、相互運用性が促進されます。詳細については、[修飾子拡張の定義](拡張性.html#modifierextension)を参照してください。 / Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Alternate Namesextensions, user content, modifiers
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3110. Observation.component.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      観察されたものについて説明します。これは、「コード」と呼ばれることがあります。 / Describes what was observed. Sometimes this is called the observation "code".

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortコンポーネント観測の種類(コード /タイプ) / Type of component observation (code / type)
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingFor example codes, see LOINCCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (example to http://hl7.org/fhir/ValueSet/observation-codes)

                                                                                                                                                                                                                                                                                                                                                                                                                                                      単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      どのような観察が行われているかを知ることは、観察を理解するために不可欠です。 / Knowing what kind of observation is being made is essential to understanding the observation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3112. Observation.component.value[x]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      情報が単純な値を持っている場合、観察結果の結果として決定された情報。 / The information determined as a result of making the observation, if the information has a simple value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short実際のコンポーネントの結果 / Actual component result
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeChoice of: Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, Period
                                                                                                                                                                                                                                                                                                                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      観測は値を持つように存在しますが、それが誤っている場合、または観測のグループを表す場合はそうではありません。 / An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3114. Observation.component.dataAbsentReason
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Element obervation.component.value [x]の期待値が欠落している理由を提供します。 / Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortコンポーネントの結果が欠落している理由 / Why the component result is missing
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      「null」または例外的な値は、FHIR観測で2つの方法を表すことができます。1つの方法は、それらを単に値セットに含めるだけで、値の例外を表すことです。たとえば、血清学テストの測定値は、「検出」、「検出されない」、「決定的でない」、または「テストなし」です。

                                                                                                                                                                                                                                                                                                                                                                                                                                                      別の方法は、実際の観測に値要素を使用し、明示的なDataBsEntreason要素を使用して例外的な値を記録することです。たとえば、測定が完了していないときに、dataAbsentReasonコード「エラー」を使用できます。これらのオプションのため、一般的な観測を例外的な価値のために解釈するには、ユースケース契約が必要です。 / "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: obs-6
                                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                                                                                                                                                                                                                                                                                                                                                                                                                                                      結果( Observation.value[x])が欠落している理由を指定するコード。 / Codes specifying why the result (Observation.value[x]) is missing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      多くの結果には、測定で例外的な値を処理する必要があります。 / For many results it is necessary to handle exceptional values in measurements.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3116. Observation.component.interpretation
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      観測値のカテゴリー評価。たとえば、高、低、正常。 / A categorical assessment of an observation value. For example, high, low, normal.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short高、低、正常など。 / High, low, normal, etc.
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                                                                                                                                                                                                                                                                                                                                                                                                                                                      観測の解釈を識別するコード。 / Codes identifying interpretations of observations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      いくつかの結果、特に数値の結果については、結果の重要性を完全に理解するために解釈が必要です。 / For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Alternate NamesAbnormal Flag
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3118. Observation.component.referenceRange
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      通常または推奨範囲と比較して、値を解釈する方法に関するガイダンス。 / Guidance on how to interpret the value by comparison to a normal or recommended range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortコンポーネント結果の解釈のためのガイドを提供します / Provides guide for interpretation of component result
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeBackboneElement
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                      どの値が「正常」と見なされるかを知ることは、特定の結果の重要性を評価するのに役立ちます。さまざまなコンテキストに複数の参照範囲を提供できる必要があります。 / Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3120. Observation.component.referenceRange.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3122. Observation.component.referenceRange.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3124. Observation.component.referenceRange.modifierExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifiertrue because 修飾子拡張は、それらを含む要素の意味または解釈を変更することが期待されています / Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3126. Observation.component.referenceRange.low
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      参照範囲の低境界の値。参照範囲のエンドポイントの低い境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。下限が省略されている場合、それは意味がないと想定されます(例:参照範囲は<= 2.3)。 / The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short関連する場合は低レンジ / Low Range, if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                      This element is affected by the following invariants: obs-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeQuantity(SimpleQuantity)
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3128. Observation.component.referenceRange.low.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3130. Observation.component.referenceRange.low.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                      An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.component.referenceRange.low.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3132. Observation.component.referenceRange.low.value
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        基準値の小さいほうの値

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short基準値の小さいほうの値
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                        値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typedecimal
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                        精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3134. Observation.component.referenceRange.low.comparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        この文脈で使用することは許可されていません / Not allowed to be used in this context

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                        BindingThe codes SHALL be taken from QuantityComparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                        数量の評価解釈コード / How the Quantity should be understood and represented.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                        測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3136. Observation.component.referenceRange.low.unit
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                        測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3138. Observation.component.referenceRange.low.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: qty-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Pattern Valuehttp://unitsofmeasure.org
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3140. Observation.component.referenceRange.low.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                        優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                        すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3142. Observation.component.referenceRange.high
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        参照範囲の強境界の値。参照範囲のエンドポイントの高境界には、値が含まれています(例:参照範囲は> = 5- <= 9)。高バウンドが省略されている場合、それは無意味であると想定されます(例:参照範囲は> = 2.3)。 / The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short関連する場合、高レンジ / High Range, if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                        This element is affected by the following invariants: obs-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                        TypeQuantity(SimpleQuantity)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3144. Observation.component.referenceRange.high.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        リソース内の要素の一意のID(内部参照用)。これは、スペースを含まない文字列値である場合があります。 / Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short要素間参照のための一意のID / Unique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3146. Observation.component.referenceRange.high.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                        TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ext-1: 両方ではなく、拡張または値[x]が必要です / Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                        SlicingThis element introduces a set of slices on Observation.component.referenceRange.high.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3148. Observation.component.referenceRange.high.value
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          基準値の大きいほうの値

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short基準値の大きいほうの値
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          値の暗黙の精度は常に尊重されるべきです。金銭的価値には、精度を処理するための独自のルールがあります(標準的な会計の教科書を参照)。 / The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control1..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typedecimal
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          精度は、測定のほとんどすべての場合に暗黙的に処理されます。 / Precision is handled implicitly in almost all cases of measurement.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3150. Observation.component.referenceRange.high.comparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          この文脈で使用することは許可されていません / Not allowed to be used in this context

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short<|<= |> = |> - 値の比較方法 / < | <= | >= | > - how to understand the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHALL be taken from QuantityComparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                          数量の評価解釈コード / How the Quantity should be understood and represented.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifiertrue because これは、コンパレータが値の解釈を大幅に変更するため、「IS修飾子」とラベル付けされています。コンパレータがない場合、値の変更はありません / This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          測定方法の制限があるため、値が<5ug/Lまたは> 400mg/Lの測定値を処理するためのフレームワークが必要です。 / Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Meaning if Missingコンパレータがない場合、値の変更はありません / If there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3152. Observation.component.referenceRange.high.unit
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          測定単位には多くの表現があり、多くのコンテキストでは、特定の表現が固定され、必要です。すなわちマイクログラム用MCG。 / There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3154. Observation.component.referenceRange.high.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          This element is affected by the following invariants: qty-3
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typeuri
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          ユニットのコード化された形式を定義するシステムを知る必要があります。 / Need to know the system that defines the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Pattern Valuehttp://unitsofmeasure.org
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3156. Observation.component.referenceRange.high.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          優先システムはUCUMですが、独自の単位にはSNOMED-CT、または通貨にISO 4217を使用することもできます。使用のコンテキストには、特定のシステムからのコードがさらに必要になる場合があります。 / The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          すべてのフォームに固定されたユニットの計算可能な形式が必要です。UCUMはこれを数量で提供しますが、Snomed CTは多くの関心のある単位を提供します。 / Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3158. Observation.component.referenceRange.type
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          対象となる母集団のどの部分に適用するかを示すコード。正常範囲、要治療範囲、など。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short参照範囲予選修飾子 / Reference range qualifier
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          This SHOULD be populated if there is more than one range. If this element is not present then the normal range is assumed.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          BindingThe codes SHOULD be taken from ObservationReferenceRangeMeaningCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                          (preferred to http://hl7.org/fhir/ValueSet/referencerange-meaning)

                                                                                                                                                                                                                                                                                                                                                                                                                                                          参照範囲の意味のコード。 / Code for the meaning of a reference range.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          適切な解釈のために、これが正常、推奨、治療など、どのような参照範囲を言うことができる必要があります。 / Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3160. Observation.component.referenceRange.appliesTo
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          基準値が適用される母集団を示すコード。人種、性別など。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short参照範囲の母集団 / Reference range population
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          This SHOULD be populated if there is more than one range. If this element is not present then the normal population is assumed.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..*
                                                                                                                                                                                                                                                                                                                                                                                                                                                          BindingFor example codes, see ObservationReferenceRangeAppliesToCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/referencerange-appliesto)

                                                                                                                                                                                                                                                                                                                                                                                                                                                          参照範囲が適用される母集団を識別するコード。 / Codes identifying the population the reference range applies to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeCodeableConcept
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          適切な解釈のためにターゲット母集団を特定できる必要があります。 / Need to be able to identify the target population for proper interpretation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3162. Observation.component.referenceRange.age
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          基準値が適用される年齢。新生児の場合、週数もありうる。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short適用される年齢範囲、関連する場合 / Applicable age range, if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The stated low and high value are assumed to have arbitrarily high precision when it comes to determining which values are in the range. I.e. 1.99 is not in the range 2 -> 3.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeRange
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          一部の分析物は、年齢によって大きく異なります。 / Some analytes vary greatly over age.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3164. Observation.component.referenceRange.text
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          量的範囲で表せない場合などに使用する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short観察中のテキストベースの参照範囲 / Text based reference range in an observation
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Note that FHIR strings SHALL NOT exceed 1MB in size

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))